From ef781dcf375eebabc35bae188476caccb85dfe8a Mon Sep 17 00:00:00 2001 From: Jephte Clain Date: Thu, 2 May 2024 15:21:40 +0400 Subject: [PATCH] modifs.mineures sans commentaires --- src/file/base/Stream.php | 2 +- src/file/csv/csv_flavours.php | 2 +- src/ref/{os => file}/csv/ref_csv.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename src/ref/{os => file}/csv/ref_csv.php (93%) diff --git a/src/file/base/Stream.php b/src/file/base/Stream.php index 97486d6..51fbb0d 100644 --- a/src/file/base/Stream.php +++ b/src/file/base/Stream.php @@ -8,7 +8,7 @@ use nur\sery\NoMoreDataException; use nur\sery\os\EOFException; use nur\sery\os\IOException; use nur\sery\php\iter\AbstractIterator; -use nur\sery\ref\os\csv\ref_csv; +use nur\sery\ref\file\csv\ref_csv; use nur\sery\str; use nur\sery\ValueException; diff --git a/src/file/csv/csv_flavours.php b/src/file/csv/csv_flavours.php index 8a00603..8e8ae79 100644 --- a/src/file/csv/csv_flavours.php +++ b/src/file/csv/csv_flavours.php @@ -2,7 +2,7 @@ namespace nur\sery\file\csv; use nur\sery\cl; -use nur\sery\ref\os\csv\ref_csv; +use nur\sery\ref\file\csv\ref_csv; class csv_flavours { const MAP = [ diff --git a/src/ref/os/csv/ref_csv.php b/src/ref/file/csv/ref_csv.php similarity index 93% rename from src/ref/os/csv/ref_csv.php rename to src/ref/file/csv/ref_csv.php index dceb0a8..42bf3b8 100644 --- a/src/ref/os/csv/ref_csv.php +++ b/src/ref/file/csv/ref_csv.php @@ -1,5 +1,5 @@