Loading src/AbsolutePathInterface.php +5 −0 Original line number Diff line number Diff line <?php /** * @copyright 2021 Anton Smirnov * @license MIT https://spdx.org/licenses/MIT.html */ declare(strict_types=1); namespace Arokettu\Path; Loading src/AbstractAbsolutePath.php +5 −0 Original line number Diff line number Diff line <?php /** * @copyright 2021 Anton Smirnov * @license MIT https://spdx.org/licenses/MIT.html */ declare(strict_types=1); namespace Arokettu\Path; Loading src/AbstractPath.php +5 −0 Original line number Diff line number Diff line <?php /** * @copyright 2021 Anton Smirnov * @license MIT https://spdx.org/licenses/MIT.html */ declare(strict_types=1); namespace Arokettu\Path; Loading src/Exceptions/PathException.php +5 −0 Original line number Diff line number Diff line <?php /** * @copyright 2021 Anton Smirnov * @license MIT https://spdx.org/licenses/MIT.html */ declare(strict_types=1); namespace Arokettu\Path\Exceptions; Loading src/Exceptions/PathWentBeyondRootException.php +5 −0 Original line number Diff line number Diff line <?php /** * @copyright 2021 Anton Smirnov * @license MIT https://spdx.org/licenses/MIT.html */ declare(strict_types=1); namespace Arokettu\Path\Exceptions; Loading Loading
src/AbsolutePathInterface.php +5 −0 Original line number Diff line number Diff line <?php /** * @copyright 2021 Anton Smirnov * @license MIT https://spdx.org/licenses/MIT.html */ declare(strict_types=1); namespace Arokettu\Path; Loading
src/AbstractAbsolutePath.php +5 −0 Original line number Diff line number Diff line <?php /** * @copyright 2021 Anton Smirnov * @license MIT https://spdx.org/licenses/MIT.html */ declare(strict_types=1); namespace Arokettu\Path; Loading
src/AbstractPath.php +5 −0 Original line number Diff line number Diff line <?php /** * @copyright 2021 Anton Smirnov * @license MIT https://spdx.org/licenses/MIT.html */ declare(strict_types=1); namespace Arokettu\Path; Loading
src/Exceptions/PathException.php +5 −0 Original line number Diff line number Diff line <?php /** * @copyright 2021 Anton Smirnov * @license MIT https://spdx.org/licenses/MIT.html */ declare(strict_types=1); namespace Arokettu\Path\Exceptions; Loading
src/Exceptions/PathWentBeyondRootException.php +5 −0 Original line number Diff line number Diff line <?php /** * @copyright 2021 Anton Smirnov * @license MIT https://spdx.org/licenses/MIT.html */ declare(strict_types=1); namespace Arokettu\Path\Exceptions; Loading