Skip to content

Commit

Permalink
Merge pull request #365 from hydephp/analysis-64ZYAN
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI

[ci skip] [skip ci]
  • Loading branch information
hydephp authored May 16, 2022
2 parents fcb42da + 29dc0cf commit 4c19f8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Concerns/Internal/FluentPathHelpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ public static function getSiteOutputPath(string $path = ''): string

/**
* Get the relative path to the compiled site directory, or a file within it.
*
* @deprecated use Hyde::pathToRelative() instead
*/
public static function getRelativeSiteOutputPath(string $path = ''): string
Expand Down
3 changes: 2 additions & 1 deletion tests/Unit/FluentPathHelpersTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

/**
* Class FluentPathHelpersTest.
*
* @deprecated Move to Feature namespace
* @covers \Hyde\Framework\Concerns\Internal\FluentPathHelpers
*/
Expand Down Expand Up @@ -183,7 +184,7 @@ public function test_path_to_relative_helper_does_not_modify_non_project_paths()

foreach ($testStrings as $testString) {
$this->assertEquals(
$this->systemPath(($testString)),
$this->systemPath(($testString)),
Hyde::pathToRelative(
$this->systemPath($testString)
)
Expand Down

0 comments on commit 4c19f8d

Please sign in to comment.