@@ -25,7 +25,7 @@ |
||
| 25 | 25 | foreach ($keys as $key => $value) { |
| 26 | 26 | $isFiltered = gettype($value) === 'array'; |
| 27 | 27 | |
| 28 | - if (! $isFiltered) { |
|
| 28 | + if (!$isFiltered) { |
|
| 29 | 29 | $key = $value; |
| 30 | 30 | } |
| 31 | 31 | |
@@ -155,7 +155,7 @@ |
||
| 155 | 155 | /** |
| 156 | 156 | * Save a driver. |
| 157 | 157 | * |
| 158 | - * @param name $driver The class name of the driver. |
|
| 158 | + * @param name $driverClass The class name of the driver. |
|
| 159 | 159 | * @param array $config Driver data to save. |
| 160 | 160 | * @return void |
| 161 | 161 | */ |
@@ -8,7 +8,7 @@ |
||
| 8 | 8 | { |
| 9 | 9 | public function up() |
| 10 | 10 | { |
| 11 | - Schema::create('bedard_shop_driver_configs', function (Blueprint $table) { |
|
| 11 | + Schema::create('bedard_shop_driver_configs', function(Blueprint $table) { |
|
| 12 | 12 | $table->engine = 'InnoDB'; |
| 13 | 13 | $table->increments('id'); |
| 14 | 14 | $table->string('driver')->default(''); |