Skip to content

Commit 7a5f529

Browse files
committed
Moving PSR interfaces to ThirdParty folder
1 parent 4f56574 commit 7a5f529

17 files changed

+460
-751
lines changed

system/Config/AutoloadConfig.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,10 @@ public function __construct()
148148
'CodeIgniter\HTTP\ResponseInterface' => BASEPATH.'HTTP/ResponseInterface.php',
149149
'CodeIgniter\HTTP\URI' => BASEPATH.'HTTP/URI.php',
150150
'CodeIgniter\Log\Logger' => BASEPATH.'Log/Logger.php',
151-
'Psr\Log\LoggerAwareInterface' => BASEPATH.'Log/LoggerAwareInterface.php',
152-
'CodeIgniter\Log\LoggerAwareTrait' => BASEPATH.'Log/LoggerAwareTrait.php',
153-
'Psr\Log\LoggerInterface' => BASEPATH.'Log/LoggerInterface.php',
154-
'Psr\Log\LogLevel' => BASEPATH.'Log/LogLevel.php',
151+
'Psr\Log\LoggerAwareInterface' => BASEPATH.'ThirdParty/PSR/Log/LoggerAwareInterface.php',
152+
'Psr\Log\LoggerAwareTrait' => BASEPATH.'ThirdParty/PSR/Log/LoggerAwareTrait.php',
153+
'Psr\Log\LoggerInterface' => BASEPATH.'ThirdParty/PSR/Log/LoggerInterface.php',
154+
'Psr\Log\LogLevel' => BASEPATH.'ThirdParty/PSR/Log/LogLevel.php',
155155
'CodeIgniter\Log\Handlers\BaseHandler' => BASEPATH.'Log/Handlers/BaseHandler.php',
156156
'CodeIgniter\Log\Handlers\ChromeLoggerHandler' => BASEPATH.'Log/Handlers/ChromeLoggerHandler.php',
157157
'CodeIgniter\Log\Handlers\FileHandler' => BASEPATH.'Log/Handlers/FileHandler.php',

system/Log/AbstractLogger.php

Lines changed: 0 additions & 155 deletions
This file was deleted.

system/Log/InvalidArgumentException.php

Lines changed: 0 additions & 44 deletions
This file was deleted.

system/Log/LogLevel.php

Lines changed: 0 additions & 52 deletions
This file was deleted.

system/Log/LoggerAwareInterface.php

Lines changed: 0 additions & 49 deletions
This file was deleted.

system/Log/LoggerAwareTrait.php

Lines changed: 0 additions & 57 deletions
This file was deleted.

0 commit comments

Comments
 (0)