Completed
Pull Request — master (#63)
by Hiraku
02:19
created
src/Factory.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -83,6 +83,10 @@
 block discarded – undo
83 83
         return $request;
84 84
     }
85 85
 
86
+    /**
87
+     * @param string $origin
88
+     * @param CConfig $config
89
+     */
86 90
     private static function getRequestClass($origin, $config)
87 91
     {
88 92
         if (in_array($origin, $config->get('github-domains') ?: array())) {
Please login to merge, or discard this patch.