Completed
Push — develop ( d003f8...f19694 )
by Roman
03:41
created
src/Condition/ConditionInterface.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/DB.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/Mutator/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/Column/Link.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/Column/Action/SimpleAction.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/Column/Header/HeaderInterface.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/Column/Header/Factory.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   +5 added lines patch added patch discarded remove patch
@@ -37,6 +37,11 @@
 block discarded – undo
37 37
     }
38 38
 
39 39
 
40
+    /**
41
+     * @param string $key
42
+     *
43
+     * @return string
44
+     */
40 45
     protected function checkOption($key, $options)
41 46
     {
42 47
         $option = null;
Please login to merge, or discard this patch.
src/Options/ModuleOptions.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/View/Helper/JqGrid/Column/Money.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.