Completed
Push — dev-master ( 6fdc6b...86a9d6 )
by Derek Stephen
03:14
created
src/Mvc/AbstractController.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@  discard block
 block discarded – undo
81 81
     }
82 82
 
83 83
     /**
84
-     * @param $param
84
+     * @param string $param
85 85
      * @param null $default
86 86
      * @return mixed|null|string
87 87
      */
@@ -132,7 +132,7 @@  discard block
 block discarded – undo
132 132
     }
133 133
 
134 134
     /**
135
-     * @return PDO
135
+     * @return \PDO
136 136
      */
137 137
     public function getDbAdapter()
138 138
     {
Please login to merge, or discard this patch.