@@ -1,10 +1,10 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Junty |
|
| 4 | - * |
|
| 5 | - * @author Gabriel Jacinto aka. GabrielJMJ <[email protected]> |
|
| 6 | - * @license MIT License |
|
| 7 | - */ |
|
| 3 | + * Junty |
|
| 4 | + * |
|
| 5 | + * @author Gabriel Jacinto aka. GabrielJMJ <[email protected]> |
|
| 6 | + * @license MIT License |
|
| 7 | + */ |
|
| 8 | 8 | |
| 9 | 9 | namespace Junty; |
| 10 | 10 | |
@@ -1,10 +1,10 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Junty |
|
| 4 | - * |
|
| 5 | - * @author Gabriel Jacinto aka. GabrielJMJ <[email protected]> |
|
| 6 | - * @license MIT License |
|
| 7 | - */ |
|
| 3 | + * Junty |
|
| 4 | + * |
|
| 5 | + * @author Gabriel Jacinto aka. GabrielJMJ <[email protected]> |
|
| 6 | + * @license MIT License |
|
| 7 | + */ |
|
| 8 | 8 | |
| 9 | 9 | namespace Junty; |
| 10 | 10 | |
@@ -1,10 +1,10 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Junty |
|
| 4 | - * |
|
| 5 | - * @author Gabriel Jacinto aka. GabrielJMJ <[email protected]> |
|
| 6 | - * @license MIT License |
|
| 7 | - */ |
|
| 3 | + * Junty |
|
| 4 | + * |
|
| 5 | + * @author Gabriel Jacinto aka. GabrielJMJ <[email protected]> |
|
| 6 | + * @license MIT License |
|
| 7 | + */ |
|
| 8 | 8 | |
| 9 | 9 | namespace Junty; |
| 10 | 10 | |
@@ -1,10 +1,10 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Junty |
|
| 4 | - * |
|
| 5 | - * @author Gabriel Jacinto aka. GabrielJMJ <[email protected]> |
|
| 6 | - * @license MIT License |
|
| 7 | - */ |
|
| 3 | + * Junty |
|
| 4 | + * |
|
| 5 | + * @author Gabriel Jacinto aka. GabrielJMJ <[email protected]> |
|
| 6 | + * @license MIT License |
|
| 7 | + */ |
|
| 8 | 8 | |
| 9 | 9 | namespace Junty\Exception; |
| 10 | 10 | |
@@ -1,10 +1,10 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Junty |
|
| 4 | - * |
|
| 5 | - * @author Gabriel Jacinto aka. GabrielJMJ <[email protected]> |
|
| 6 | - * @license MIT License |
|
| 7 | - */ |
|
| 3 | + * Junty |
|
| 4 | + * |
|
| 5 | + * @author Gabriel Jacinto aka. GabrielJMJ <[email protected]> |
|
| 6 | + * @license MIT License |
|
| 7 | + */ |
|
| 8 | 8 | |
| 9 | 9 | namespace Junty\Exception; |
| 10 | 10 | |
@@ -1,10 +1,10 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Junty |
|
| 4 | - * |
|
| 5 | - * @author Gabriel Jacinto aka. GabrielJMJ <[email protected]> |
|
| 6 | - * @license MIT License |
|
| 7 | - */ |
|
| 3 | + * Junty |
|
| 4 | + * |
|
| 5 | + * @author Gabriel Jacinto aka. GabrielJMJ <[email protected]> |
|
| 6 | + * @license MIT License |
|
| 7 | + */ |
|
| 8 | 8 | |
| 9 | 9 | namespace Junty\Exception; |
| 10 | 10 | |
@@ -1,10 +1,10 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Junty |
|
| 4 | - * |
|
| 5 | - * @author Gabriel Jacinto aka. GabrielJMJ <[email protected]> |
|
| 6 | - * @license MIT License |
|
| 7 | - */ |
|
| 3 | + * Junty |
|
| 4 | + * |
|
| 5 | + * @author Gabriel Jacinto aka. GabrielJMJ <[email protected]> |
|
| 6 | + * @license MIT License |
|
| 7 | + */ |
|
| 8 | 8 | |
| 9 | 9 | namespace Junty\Exception; |
| 10 | 10 | |
@@ -12,6 +12,6 @@ |
||
| 12 | 12 | { |
| 13 | 13 | public function __construct($task) |
| 14 | 14 | { |
| 15 | - parent::__construct((string) $task . ' is not a registred task.'); |
|
| 15 | + parent::__construct((string) $task.' is not a registred task.'); |
|
| 16 | 16 | } |
| 17 | 17 | } |
| 18 | 18 | \ No newline at end of file |
@@ -1,10 +1,10 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Junty |
|
| 4 | - * |
|
| 5 | - * @author Gabriel Jacinto aka. GabrielJMJ <[email protected]> |
|
| 6 | - * @license MIT License |
|
| 7 | - */ |
|
| 3 | + * Junty |
|
| 4 | + * |
|
| 5 | + * @author Gabriel Jacinto aka. GabrielJMJ <[email protected]> |
|
| 6 | + * @license MIT License |
|
| 7 | + */ |
|
| 8 | 8 | |
| 9 | 9 | namespace Junty\Exception; |
| 10 | 10 | |
@@ -1,10 +1,10 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Junty |
|
| 4 | - * |
|
| 5 | - * @author Gabriel Jacinto aka. GabrielJMJ <[email protected]> |
|
| 6 | - * @license MIT License |
|
| 7 | - */ |
|
| 3 | + * Junty |
|
| 4 | + * |
|
| 5 | + * @author Gabriel Jacinto aka. GabrielJMJ <[email protected]> |
|
| 6 | + * @license MIT License |
|
| 7 | + */ |
|
| 8 | 8 | |
| 9 | 9 | namespace Junty; |
| 10 | 10 | |