File tree 4 files changed +28
-28
lines changed
4 files changed +28
-28
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
3
/*
4
- * This file is part of https://github.com/josantonius/php-error-handler repository.
5
- *
6
- * (c) Josantonius <hello@josantonius.dev>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
4
+ * This file is part of https://github.com/josantonius/php-error-handler repository.
5
+ *
6
+ * (c) Josantonius <hello@josantonius.dev>
7
+ *
8
+ * For the full copyright and license information, please view the LICENSE
9
+ * file that was distributed with this source code.
10
+ */
11
11
12
12
namespace Josantonius \ErrorHandler ;
13
13
Original file line number Diff line number Diff line change 3
3
declare (strict_types=1 );
4
4
5
5
/*
6
- * This file is part of https://github.com/josantonius/php-error-handler repository.
7
- *
8
- * (c) Josantonius <hello@josantonius.dev>
9
- *
10
- * For the full copyright and license information, please view the LICENSE
11
- * file that was distributed with this source code.
12
- */
6
+ * This file is part of https://github.com/josantonius/php-error-handler repository.
7
+ *
8
+ * (c) Josantonius <hello@josantonius.dev>
9
+ *
10
+ * For the full copyright and license information, please view the LICENSE
11
+ * file that was distributed with this source code.
12
+ */
13
13
14
14
namespace Josantonius \ErrorHandler ;
15
15
Original file line number Diff line number Diff line change 3
3
declare (strict_types=1 );
4
4
5
5
/*
6
- * This file is part of https://github.com/josantonius/php-error-handler repository.
7
- *
8
- * (c) Josantonius <hello@josantonius.dev>
9
- *
10
- * For the full copyright and license information, please view the LICENSE
11
- * file that was distributed with this source code.
12
- */
6
+ * This file is part of https://github.com/josantonius/php-error-handler repository.
7
+ *
8
+ * (c) Josantonius <hello@josantonius.dev>
9
+ *
10
+ * For the full copyright and license information, please view the LICENSE
11
+ * file that was distributed with this source code.
12
+ */
13
13
14
14
namespace Josantonius \ErrorHandler ;
15
15
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
3
/*
4
- * This file is part of https://github.com/josantonius/php-error-handler repository.
5
- *
6
- * (c) Josantonius <hello@josantonius.dev>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
4
+ * This file is part of https://github.com/josantonius/php-error-handler repository.
5
+ *
6
+ * (c) Josantonius <hello@josantonius.dev>
7
+ *
8
+ * For the full copyright and license information, please view the LICENSE
9
+ * file that was distributed with this source code.
10
+ */
11
11
12
12
namespace Josantonius \ErrorHandler \Exceptions ;
13
13
You can’t perform that action at this time.
0 commit comments