Completed
Push — master ( fcd125...0475d3 )
by Vitaly
02:53
created
src/CMS.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,6 @@
 block discarded – undo
37 37
     /**
38 38
      * CMS constructor.
39 39
      *
40
-     * @param string $path
41 40
      * @param ResourcesInterface $resources
42 41
      * @param SystemInterface $system
43 42
      *
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use samsonframework\core\SystemInterface;
7 7
 use samsonframework\core\CompressInterface;
8 8
 use samsonframework\orm\DatabaseInterface;
9
-use samsonphp\event\Event;
10 9
 use samsonphp\generator\Generator;
11 10
 use samson\core\CompressableExternalModule;
12 11
 
Please login to merge, or discard this patch.