Skip to content

Commit 694df88

Browse files
committed
[PluginLoggerMonolog] Prepare for 2.x:
- Removed GitHub workflow; - Removed static analysis configuration files; - Moved all classes to root folder; Signed-off-by: Oleksii Bulba <[email protected]>
1 parent 6744005 commit 694df88

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+117
-340
lines changed

.github/workflows/.editorconfig

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

.github/workflows/ci.yaml

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

.php-cs-fixer.dist.php

Lines changed: 0 additions & 32 deletions
This file was deleted.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
namespace Micro\Plugin\Logger\Monolog\Business\Factory;
12+
namespace Micro\Plugin\LoggerMonolog\Business\Factory;
1313

1414
use Micro\Plugin\Logger\Business\Factory\LoggerFactoryInterface;
1515
use Micro\Plugin\Logger\Configuration\LoggerProviderTypeConfigurationInterface;
16-
use Micro\Plugin\Logger\Monolog\Business\Handler\HandlerResolverFactoryInterface;
16+
use Micro\Plugin\LoggerMonolog\Business\Handler\HandlerResolverFactoryInterface;
1717
use Monolog\Logger;
1818
use Psr\Log\LoggerInterface;
1919

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
namespace Micro\Plugin\Logger\Monolog\Business\Handler;
12+
namespace Micro\Plugin\LoggerMonolog\Business\Handler;
1313

14-
use Micro\Component\DependencyInjection\Container;
14+
use Micro\Framework\DependencyInjection\Container;
1515
use Micro\Plugin\Logger\Configuration\LoggerProviderTypeConfigurationInterface;
16-
use Micro\Plugin\Logger\Monolog\Configuration\Handler\HandlerConfigurationFactoryInterface;
16+
use Micro\Plugin\LoggerMonolog\Configuration\Handler\HandlerConfigurationFactoryInterface;
1717
use Monolog\Handler\HandlerInterface;
1818

1919
readonly class HandlerFactory implements HandlerFactoryInterface

src/Business/Handler/HandlerFactoryInterface.php renamed to Business/Handler/HandlerFactoryInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
namespace Micro\Plugin\Logger\Monolog\Business\Handler;
12+
namespace Micro\Plugin\LoggerMonolog\Business\Handler;
1313

1414
use Micro\Plugin\Logger\Configuration\LoggerProviderTypeConfigurationInterface;
1515
use Monolog\Handler\HandlerInterface;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
namespace Micro\Plugin\Logger\Monolog\Business\Handler;
12+
namespace Micro\Plugin\LoggerMonolog\Business\Handler;
1313

1414
use Monolog\Handler\HandlerInterface as MonologHandlerInterface;
1515

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
namespace Micro\Plugin\Logger\Monolog\Business\Handler;
12+
namespace Micro\Plugin\LoggerMonolog\Business\Handler;
1313

1414
use Micro\Plugin\Logger\Configuration\LoggerProviderTypeConfigurationInterface;
1515
use Monolog\Handler\HandlerInterface;

src/Business/Handler/HandlerProviderInterface.php renamed to Business/Handler/HandlerProviderInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
namespace Micro\Plugin\Logger\Monolog\Business\Handler;
12+
namespace Micro\Plugin\LoggerMonolog\Business\Handler;
1313

1414
use Micro\Plugin\Logger\Configuration\LoggerProviderTypeConfigurationInterface;
1515
use Monolog\Handler\HandlerInterface;
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
namespace Micro\Plugin\Logger\Monolog\Business\Handler;
12+
namespace Micro\Plugin\LoggerMonolog\Business\Handler;
1313

1414
use Micro\Plugin\Logger\Configuration\LoggerProviderTypeConfigurationInterface;
15-
use Micro\Plugin\Logger\Monolog\Configuration\Logger\MonologPluginConfigurationInterface;
15+
use Micro\Plugin\LoggerMonolog\Configuration\Logger\MonologPluginConfigurationInterface;
1616

1717
readonly class HandlerResolver implements HandlerResolverInterface
1818
{

0 commit comments

Comments
 (0)