| @@ -39,7 +39,7 @@ discard block | ||
| 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 | ||
| 47 | 47 | } | 
| 48 | 48 | |
| 49 | 49 | /** | 
| 50 | - * @return null|string | |
| 50 | + * @return string | |
| 51 | 51 | */ | 
| 52 | 52 | public function getTrace() | 
| 53 | 53 |      { | 
| @@ -1,8 +1,8 @@ | ||
| 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 | |
| @@ -75,7 +75,7 @@ | ||
| 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); | 
| @@ -1,8 +1,8 @@ | ||
| 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 | |
| @@ -1,8 +1,8 @@ | ||
| 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 | |
| @@ -1,8 +1,8 @@ | ||
| 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 | |
| @@ -19,7 +19,7 @@ | ||
| 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 | } | 
| @@ -1,8 +1,8 @@ | ||
| 1 | 1 | <?php | 
| 2 | 2 | /** | 
| 3 | - * @author stev leibelt <[email protected]> | |
| 4 | - * @since 2015-07-02 | |
| 5 | - */ | |
| 3 | + * @author stev leibelt <[email protected]> | |
| 4 | + * @since 2015-07-02 | |
| 5 | + */ | |
| 6 | 6 | |
| 7 | 7 | namespace Net\Bazzline\Component\Cli\Readline; | 
| 8 | 8 | |
| @@ -1,8 +1,8 @@ | ||
| 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 | |
| @@ -1,8 +1,8 @@ | ||
| 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 | |