Skip to content

Commit

Permalink
Deprecated normalizePath to fix it in the new method normalizeFullPath.
Browse files Browse the repository at this point in the history
  • Loading branch information
alpri49 committed May 29, 2018
1 parent 61f5c8e commit 57f6393
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Filesystem/Folder.php
Expand Up @@ -360,6 +360,7 @@ public static function isRegisteredStreamWrapper($path)
public static function normalizePath($path)
{
deprecationWarning('Folder::normalizePath() is deprecated. Use Folder::correctSlashFor() instead.');

return Folder::correctSlashFor($path);
}

Expand Down

0 comments on commit 57f6393

Please sign in to comment.