Completed
Push — master ( 8eb127...4ccffb )
by Beniamin
02:30
created
src/Phuria/SQLBuilder/Parameter/QueryParameterInterface.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@  discard block
 block discarded – undo
17 17
 interface QueryParameterInterface
18 18
 {
19 19
     /**
20
-     * @return mixed
20
+     * @return string
21 21
      */
22 22
     public function getName();
23 23
 
@@ -28,6 +28,7 @@  discard block
 block discarded – undo
28 28
 
29 29
     /**
30 30
      * @param mixed $value
31
+     * @return void
31 32
      */
32 33
     public function setValue($value);
33 34
 }
34 35
\ No newline at end of file
Please login to merge, or discard this patch.