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