Completed
Push — master ( 3794d6...93cb2b )
by arto
04:40
created
source/Configuration/Validator.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@  discard block
 block discarded – undo
39 39
     }
40 40
 
41 41
     /**
42
-     * @return null|string
42
+     * @return string
43 43
      */
44 44
     public function getMessage()
45 45
     {
@@ -47,7 +47,7 @@  discard block
 block discarded – undo
47 47
     }
48 48
 
49 49
     /**
50
-     * @return null|string
50
+     * @return string
51 51
      */
52 52
     public function getTrace()
53 53
     {
Please login to merge, or discard this 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
- * @author stev leibelt <[email protected]>
4
- * @since 2015-07-05 
5
- */
3
+     * @author stev leibelt <[email protected]>
4
+     * @since 2015-07-05 
5
+     */
6 6
 
7 7
 namespace Net\Bazzline\Component\Cli\Readline;
8 8
 
Please login to merge, or discard this patch.
source/Autocomplete.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@
 block discarded – undo
75 75
                 }
76 76
             }
77 77
         } else {
78
-            $indexLengthIsGreaterZero   = (strlen($index) > 0);
78
+            $indexLengthIsGreaterZero = (strlen($index) > 0);
79 79
 
80 80
             if ($indexLengthIsGreaterZero) {
81 81
                 $position   = strlen($index);
Please login to merge, or discard this 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
- * @author stev leibelt <[email protected]>
4
- * @since 2015-07-05 
5
- */
3
+     * @author stev leibelt <[email protected]>
4
+     * @since 2015-07-05 
5
+     */
6 6
 
7 7
 namespace Net\Bazzline\Component\Cli\Readline;
8 8
 
Please login to merge, or discard this patch.
source/Configuration/Assembler.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
- * @author stev leibelt <[email protected]>
4
- * @since 2015-07-05 
5
- */
3
+     * @author stev leibelt <[email protected]>
4
+     * @since 2015-07-05 
5
+     */
6 6
 
7 7
 namespace Net\Bazzline\Component\Cli\Readline;
8 8
 
Please login to merge, or discard this patch.
source/Configuration/Executable.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
- * @author stev leibelt <[email protected]>
4
- * @since 2015-07-05 
5
- */
3
+     * @author stev leibelt <[email protected]>
4
+     * @since 2015-07-05 
5
+     */
6 6
 
7 7
 namespace Net\Bazzline\Component\Cli\Readline;
8 8
 
Please login to merge, or discard this patch.
source/DebugManager.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
- * @author stev leibelt <[email protected]>
4
- * @since 2015-07-03
5
- */
3
+     * @author stev leibelt <[email protected]>
4
+     * @since 2015-07-03
5
+     */
6 6
 
7 7
 namespace Net\Bazzline\Component\Cli\Readline;
8 8
 
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
     public function setPathToLogFile($path)
20 20
     {
21 21
         $this->pathToLogFile = $path;
22
-        file_put_contents($this->pathToLogFile, '');    //truncating log
22
+        file_put_contents($this->pathToLogFile, ''); //truncating log
23 23
 
24 24
         return $this;
25 25
     }
Please login to merge, or discard this patch.
source/ManagerFactory.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
- * @author stev leibelt <[email protected]>
4
- * @since 2015-07-05 
5
- */
3
+     * @author stev leibelt <[email protected]>
4
+     * @since 2015-07-05 
5
+     */
6 6
 
7 7
 namespace Net\Bazzline\Component\Cli\Readline;
8 8
 
Please login to merge, or discard this patch.
source/ReadLine.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
- * @author stev leibelt <[email protected]>
4
- * @since 2015-07-05 
5
- */
3
+     * @author stev leibelt <[email protected]>
4
+     * @since 2015-07-05 
5
+     */
6 6
 
7 7
 namespace Net\Bazzline\Component\Cli\Readline;
8 8
 
Please login to merge, or discard this patch.