Completed
Branch master (35e855)
by Colin
36:06
created
src/Resolver.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -13,6 +13,9 @@
 block discarded – undo
13 13
         return $this->call($feature, $method);
14 14
     }
15 15
 
16
+    /**
17
+     * @param Feature $feature
18
+     */
16 19
     protected function call($feature, string $method)
17 20
     {
18 21
         try {
Please login to merge, or discard this patch.