Skip to content

Commit 0dac26a

Browse files
committed
Comments were changed
1 parent 9d823e3 commit 0dac26a

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

src/ErrorHandler.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
* @author Josantonius - [email protected]
66
* @copyright Copyright (c) 2016-2017
77
* @license https://opensource.org/licenses/MIT - The MIT License (MIT)
8-
* @link https://github.com/Josantonius/ErrorHandler
9-
* @since File available since 1.0.0 - Update: 2017-02-21
8+
* @link https://github.com/Josantonius/PHP-ErrorHandler
9+
* @since 1.0.0
1010
*/
1111

1212
namespace Josantonius\ErrorHandler;
@@ -96,7 +96,7 @@ public function error($code, $msg, $file, $line) {
9696
* string $e->getTrace()[0]['type'] → type exception launcher
9797
* array $e->getTrace()[0]['args'] → args exception launcher
9898
*
99-
* Optionally for libraries used in JST PHP Framework:
99+
* Optionally for libraries used in Eliasis PHP Framework:
100100
* int $e->statusCode → HTTP response status code
101101
*/
102102
public function exception($e) {

src/Exception/ErrorHandlerException.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
* @author Josantonius - [email protected]
66
* @copyright Copyright (c) 2016-2017
77
* @license https://opensource.org/licenses/MIT - The MIT License (MIT)
8-
* @link https://github.com/Josantonius/ErrorHandler
9-
* @since File available since 1.0.0 - Update: 2017-02-21
8+
* @link https://github.com/Josantonius/PHP-ErrorHandler
9+
* @since 1.0.0
1010
*/
1111

1212
namespace Josantonius\ErrorHandler\Exception;

src/resources/styles.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
* @author Josantonius - [email protected]
66
* @copyright Copyright (c) 2016-2017
77
* @license https://opensource.org/licenses/MIT - The MIT License (MIT)
8-
* @link https://github.com/Josantonius/ErrorHandler
9-
* @since File available since 1.0.0 - Update: 2017-02-21
8+
* @link https://github.com/Josantonius/PHP-ErrorHandler
9+
* @since 1.0.0
1010
*/
1111
?>
1212

src/resources/view.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
* @author Josantonius - [email protected]
66
* @copyright Copyright (c) 2016-2017
77
* @license https://opensource.org/licenses/MIT - The MIT License (MIT)
8-
* @link https://github.com/Josantonius/ErrorHandler
9-
* @since File available since 1.0.0 - Update: 2017-02-21
8+
* @link https://github.com/Josantonius/PHP-ErrorHandler
9+
* @since 1.0.0
1010
*/
1111
?>
1212
<div class="jst-alert Default <?= static::$stack['type'] ?>">

tests/ErrorHandlerTest.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
* @author Josantonius - [email protected]
66
* @copyright Copyright (c) 2016-2017
77
* @license https://opensource.org/licenses/MIT - The MIT License (MIT)
8-
* @link https://github.com/Josantonius/ErrorHandler
9-
* @since File available since 1.0.0 - Update: 2017-02-21
8+
* @link https://github.com/Josantonius/PHP-ErrorHandler
9+
* @since 1.0.0
1010
*/
1111

1212
namespace Josantonius\ErrorHandler\Tests;

0 commit comments

Comments
 (0)