@@ -22,7 +22,7 @@ |
||
22 | 22 | |
23 | 23 | public function __construct() |
24 | 24 | { |
25 | - $this->isFlushable = function (array $obj) { |
|
25 | + $this->isFlushable = function(array $obj) { |
|
26 | 26 | if ($obj['basename'] === '.gitignore') { |
27 | 27 | return false; |
28 | 28 | } |
@@ -5,7 +5,7 @@ |
||
5 | 5 | namespace AbterPhp\Framework\Grid\Row; |
6 | 6 | |
7 | 7 | use AbterPhp\Framework\Constant\Html5; |
8 | -use AbterPhp\Framework\Grid\Action\IAction; // @phan-suppress-current-line PhanUnreferencedUseNormal |
|
8 | +use AbterPhp\Framework\Grid\Action\IAction; // @phan-suppress-current-line PhanUnreferencedUseNormal |
|
9 | 9 | use AbterPhp\Framework\Grid\Cell\Cell; |
10 | 10 | use AbterPhp\Framework\Grid\Collection\Cells; |
11 | 11 | use AbterPhp\Framework\Grid\Component\Actions; |
@@ -51,7 +51,7 @@ |
||
51 | 51 | ) { |
52 | 52 | parent::__construct($inputId, $content, $intents, $attributes, $tag); |
53 | 53 | |
54 | - $attributes = [ |
|
54 | + $attributes = [ |
|
55 | 55 | static::ATTR_DATA_COUNT => $size, |
56 | 56 | Html5::ATTR_CLASS => static::CLASS_COUNT, |
57 | 57 | ]; |
@@ -14,7 +14,7 @@ |
||
14 | 14 | */ |
15 | 15 | $router->group( |
16 | 16 | ['controllerNamespace' => 'AbterPhp\Framework\Http\Controllers'], |
17 | - function (Router $router) { |
|
17 | + function(Router $router) { |
|
18 | 18 | /** @see \AbterPhp\Framework\Http\Controllers\Website\Index::notFound() */ |
19 | 19 | $router->any( |
20 | 20 | '/:anything', |