From 5f00c2b603a5028300ae5c38affd0fe9d496b73b Mon Sep 17 00:00:00 2001 From: Dave Mc Nicoll Date: Fri, 17 Nov 2023 19:57:47 +0000 Subject: [PATCH] - Fixed a typo --- src/{Cli => CLI}/Attribute/Command.php | 0 src/{Cli => CLI}/Attribute/Option.php | 0 src/{Cli => CLI}/CommandFetcher.php | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename src/{Cli => CLI}/Attribute/Command.php (100%) rename src/{Cli => CLI}/Attribute/Option.php (100%) rename src/{Cli => CLI}/CommandFetcher.php (100%) diff --git a/src/Cli/Attribute/Command.php b/src/CLI/Attribute/Command.php similarity index 100% rename from src/Cli/Attribute/Command.php rename to src/CLI/Attribute/Command.php diff --git a/src/Cli/Attribute/Option.php b/src/CLI/Attribute/Option.php similarity index 100% rename from src/Cli/Attribute/Option.php rename to src/CLI/Attribute/Option.php diff --git a/src/Cli/CommandFetcher.php b/src/CLI/CommandFetcher.php similarity index 100% rename from src/Cli/CommandFetcher.php rename to src/CLI/CommandFetcher.php