Completed
Push — develop ( 69cc81...907013 )
by Roman
05:20
created
src/Condition/Factory.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @company MTE Telecom, Ltd.
4
- * @author Roman Malashin <[email protected]>
5
- */
3
+     * @company MTE Telecom, Ltd.
4
+     * @author Roman Malashin <[email protected]>
5
+     */
6 6
 
7 7
 namespace NNX\DataGrid\Exception;
8 8
 
Please login to merge, or discard this patch.
src/Condition/Conditions.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @company MTE Telecom, Ltd.
4
- * @author Roman Malashin <[email protected]>
5
- */
3
+     * @company MTE Telecom, Ltd.
4
+     * @author Roman Malashin <[email protected]>
5
+     */
6 6
 
7 7
 namespace NNX\DataGrid\Exception;
8 8
 
Please login to merge, or discard this patch.
src/Condition/SimpleCondition.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @company MTE Telecom, Ltd.
4
- * @author Roman Malashin <[email protected]>
5
- */
3
+     * @company MTE Telecom, Ltd.
4
+     * @author Roman Malashin <[email protected]>
5
+     */
6 6
 
7 7
 namespace NNX\DataGrid\Exception;
8 8
 
Please login to merge, or discard this patch.
src/SimpleGrid.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @company MTE Telecom, Ltd.
4
- * @author Roman Malashin <[email protected]>
5
- */
3
+     * @company MTE Telecom, Ltd.
4
+     * @author Roman Malashin <[email protected]>
5
+     */
6 6
 
7 7
 namespace NNX\DataGrid\Exception;
8 8
 
Please login to merge, or discard this patch.
src/RowDataAwareInterface.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @company MTE Telecom, Ltd.
4
- * @author Roman Malashin <[email protected]>
5
- */
3
+     * @company MTE Telecom, Ltd.
4
+     * @author Roman Malashin <[email protected]>
5
+     */
6 6
 
7 7
 namespace NNX\DataGrid\Exception;
8 8
 
Please login to merge, or discard this patch.
src/Entity/NestedSetTrait.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @company MTE Telecom, Ltd.
4
- * @author Roman Malashin <[email protected]>
5
- */
3
+     * @company MTE Telecom, Ltd.
4
+     * @author Roman Malashin <[email protected]>
5
+     */
6 6
 
7 7
 namespace NNX\DataGrid\Exception;
8 8
 
Please login to merge, or discard this patch.
src/Entity/NestedSet.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @company MTE Telecom, Ltd.
4
- * @author Roman Malashin <[email protected]>
5
- */
3
+     * @company MTE Telecom, Ltd.
4
+     * @author Roman Malashin <[email protected]>
5
+     */
6 6
 
7 7
 namespace NNX\DataGrid\Exception;
8 8
 
Please login to merge, or discard this patch.
src/GridProviderInterface.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @company MTE Telecom, Ltd.
4
- * @author Roman Malashin <[email protected]>
5
- */
3
+     * @company MTE Telecom, Ltd.
4
+     * @author Roman Malashin <[email protected]>
5
+     */
6 6
 
7 7
 namespace NNX\DataGrid\Exception;
8 8
 
Please login to merge, or discard this patch.
src/AbstractGrid.php 2 patches
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @company MTE Telecom, Ltd.
4
- * @author Roman Malashin <[email protected]>
5
- */
3
+     * @company MTE Telecom, Ltd.
4
+     * @author Roman Malashin <[email protected]>
5
+     */
6 6
 
7 7
 namespace NNX\DataGrid\Exception;
8 8
 
Please login to merge, or discard this patch.
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -109,7 +109,6 @@
 block discarded – undo
109 109
     /**
110 110
      * Конфигурируем адаптер грида
111 111
      * @param AdapterInterface $adapter
112
-     * @param array $options
113 112
      */
114 113
     protected function configure(
115 114
         GridMutatorPluginManager $mutatorPluginManager,
Please login to merge, or discard this patch.