From 2aa77efd941421a4c06e5da33dc24ee3e3ebffc9 Mon Sep 17 00:00:00 2001 From: "origami11@yandex.ru" Date: Wed, 22 Jan 2025 11:06:30 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20=D0=9E=D1=88=D0=B8=D0=B1=D0=BA=D0=B0=20?= =?UTF-8?q?=D0=BF=D1=80=D0=B8=20=D0=BE=D0=BF=D1=82=D0=B8=D0=BC=D0=B8=D0=B7?= =?UTF-8?q?=D0=B0=D1=86=D0=B8=D0=B8=20=D0=BF=D1=83=D1=82=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Path.php | 1 - 1 file changed, 1 deletion(-) 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; }