diff --git a/src/Path.php b/src/Path.php index 77bdccf..e9d3c6b 100644 --- a/src/Path.php +++ b/src/Path.php @@ -147,7 +147,6 @@ class Path if (count($result) > 0 && $result[count($result) - 1] != '..') { array_pop($result); break; } - break; default: $result[] = $n; }