Completed
Pull Request — master (#24)
by Pavlo
04:45
created
src/ExternalModule.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,5 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace samson\core;
3
-use samsonframework\core\RequestInterface;
4 3
 use samsonframework\core\ResourcesInterface;
5 4
 use samsonframework\core\SystemInterface;
6 5
 
Please login to merge, or discard this patch.
src/Service.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,5 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace samson\core;
3
-use samsonframework\core\RequestInterface;
4 3
 use samsonframework\core\ResourcesInterface;
5 4
 use samsonframework\core\SystemInterface;
6 5
 
Please login to merge, or discard this patch.