Skip to content

Commit 96e4118

Browse files
committed
Switched to PSR-12
1 parent 978fd4d commit 96e4118

File tree

80 files changed

+115
-63
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+115
-63
lines changed

build.xml

Lines changed: 0 additions & 30 deletions
This file was deleted.
File renamed without changes.

src/Exception/ExceptionInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
declare(strict_types=1);
34

45
namespace Remorhaz\JSON\Pointer\Exception;

src/Locator/Exception/ExceptionInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
declare(strict_types=1);
34

45
namespace Remorhaz\JSON\Pointer\Locator\Exception;

src/Locator/Exception/LocatorAlreadyBuiltException.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
declare(strict_types=1);
34

45
namespace Remorhaz\JSON\Pointer\Locator\Exception;

src/Locator/IndexReference.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
declare(strict_types=1);
34

45
namespace Remorhaz\JSON\Pointer\Locator;

src/Locator/IndexReferenceInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
declare(strict_types=1);
34

45
namespace Remorhaz\JSON\Pointer\Locator;

src/Locator/ListedReference.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
declare(strict_types=1);
34

45
namespace Remorhaz\JSON\Pointer\Locator;

src/Locator/ListedReferenceInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
declare(strict_types=1);
34

45
namespace Remorhaz\JSON\Pointer\Locator;

src/Locator/Locator.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
declare(strict_types=1);
34

45
namespace Remorhaz\JSON\Pointer\Locator;

0 commit comments

Comments
 (0)