Passed
Push — master ( be81e9...26a157 )
by Vitaliy
08:48
created
src/Grid.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -115,7 +115,7 @@
 block discarded – undo
115 115
             new Part(new Tag('input', ['type' => 'submit']), static::SUBMIT_BUTTON_ID, static::CONTROL_ROW_ID), // inherited
116 116
             new Part(new Tag('tbody'), static::TABLE_BODY_ID, static::TABLE_ID),
117 117
             new Part(new Container(), static::LIST_CONTAINER_ID, static::TABLE_BODY_ID), // inherited
118
-            new Part(new CollectionView(), static::COLLECTION_VIEW_ID, static::LIST_CONTAINER_ID),  // inherited
118
+            new Part(new CollectionView(), static::COLLECTION_VIEW_ID, static::LIST_CONTAINER_ID), // inherited
119 119
             new RecordView(new Tag('tr')), // inherited
120 120
             new Part(new Tag('tfoot'), static::TABLE_FOOTER_ID, static::TABLE_ID),
121 121
         ];
Please login to merge, or discard this patch.