Completed
Push — master ( c79919...bcbfd5 )
by Yaro
14:20
created
src/Handlers/QueryHandler.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -24,11 +24,17 @@
 block discarded – undo
24 24
         $this->definition = $controller->getDefinition();
25 25
     } // end __construct
26 26
 
27
+    /**
28
+     * @param string $ident
29
+     */
27 30
     protected function getDatabaseOption($ident)
28 31
     {
29 32
         return $this->definition->getDatabaseOption($ident);
30 33
     } // end getDatabaseOption
31 34
 
35
+    /**
36
+     * @param string $ident
37
+     */
32 38
     protected function hasDatabaseOption($ident)
33 39
     {
34 40
         return $this->definition->hasDatabaseOption($ident);
Please login to merge, or discard this patch.