mirror of
https://github.com/Karaka-Management/oms-FleetManagement.git
synced 2026-02-13 20:08:41 +00:00
phcbf autofixes
This commit is contained in:
parent
a208f09732
commit
a2ffb8cc2f
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
||||||
vendor
|
vendor
|
||||||
|
Build
|
||||||
|
|
|
||||||
|
|
@ -65,8 +65,8 @@ final class Installer extends InstallerAbstract
|
||||||
}
|
}
|
||||||
|
|
||||||
/** @var array $types */
|
/** @var array $types */
|
||||||
$types = \json_decode($fileContent, true);
|
$types = \json_decode($fileContent, true);
|
||||||
$fuelTypes = self::createFuelTypes($app, $types);
|
$fuelTypes = self::createFuelTypes($app, $types);
|
||||||
|
|
||||||
/* Fuel types */
|
/* Fuel types */
|
||||||
$fileContent = \file_get_contents(__DIR__ . '/Install/vehicletype.json');
|
$fileContent = \file_get_contents(__DIR__ . '/Install/vehicletype.json');
|
||||||
|
|
@ -75,8 +75,8 @@ final class Installer extends InstallerAbstract
|
||||||
}
|
}
|
||||||
|
|
||||||
/** @var array $types */
|
/** @var array $types */
|
||||||
$types = \json_decode($fileContent, true);
|
$types = \json_decode($fileContent, true);
|
||||||
$vehicleTypes = self::createVehicleTypes($app, $types);
|
$vehicleTypes = self::createVehicleTypes($app, $types);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user