Passed
Push — master ( 9268ae...a96bff )
by Peter
02:19
created
src/Grid/Row/Row.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/Form/Label/Countable.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
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
         ];
Please login to merge, or discard this patch.
src/Console/Commands/AbterPhp/FlushCache.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
 use AbterPhp\Framework\Console\Commands\Template\FlushCache as TemplateFlushCacheCommand;
10 10
 use Opulence\Console\Commands\Command;
11 11
 use Opulence\Console\Responses\IResponse;
12
-use Opulence\Framework\Console\Commands\FlushFrameworkCacheCommand;  // @phan-suppress-current-line PhanUnreferencedUseNormal
12
+use Opulence\Framework\Console\Commands\FlushFrameworkCacheCommand; // @phan-suppress-current-line PhanUnreferencedUseNormal
13 13
 
14 14
 class FlushCache extends Command
15 15
 {
Please login to merge, or discard this patch.
src/Bootstrappers/Events/EventDispatcherBootstrapper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@
 block discarded – undo
4 4
 
5 5
 namespace AbterPhp\Framework\Bootstrappers\Events;
6 6
 
7
-use AbterPhp\Framework\Module\Manager;// @phan-suppress-current-line PhanUnreferencedUseNormal
7
+use AbterPhp\Framework\Module\Manager; // @phan-suppress-current-line PhanUnreferencedUseNormal
8 8
 use Opulence\Framework\Configuration\Config;
9 9
 use Opulence\Framework\Events\Bootstrappers\EventDispatcherBootstrapper as BaseBootstrapper;
10 10
 
Please login to merge, or discard this patch.