Completed
Push — master ( 03c777...ad4614 )
by Konstantin
05:46
created
Connection/PdoConnection.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -18,6 +18,9 @@
 block discarded – undo
18 18
         $this->dsn = $dsn;
19 19
     }
20 20
 
21
+    /**
22
+     * @param string $query
23
+     */
21 24
     public function query($query)
22 25
     {
23 26
         $this->initialize();
Please login to merge, or discard this patch.