Completed
Push — fix-assert-injection ( 9143f1...3d58db )
by Akihito
02:49 queued 50s
created
src/Compiler.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -59,6 +59,9 @@
 block discarded – undo
59 59
         }
60 60
     }
61 61
 
62
+    /**
63
+     * @param string $method
64
+     */
62 65
     private function isMagicMethod($method) : bool
63 66
     {
64 67
         return \in_array($method, ['__sleep', '__wakeup', 'offsetGet', 'offsetSet', 'offsetExists', 'offsetUnset', 'count', 'ksort', 'asort', 'jsonSerialize'], true);
Please login to merge, or discard this patch.
src/Module.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 use BEAR\Package\Exception\InvalidModuleException;
10 10
 use Ray\Di\AbstractModule;
11 11
 use Ray\Di\AssistedModule;
12
-use Ray\Di\NullModule;
13 12
 
14 13
 class Module
15 14
 {
Please login to merge, or discard this patch.