Completed
Pull Request — master (#5)
by Karsten
02:31
created
src/NullResponseParser.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -64,6 +64,7 @@  discard block
 block discarded – undo
64 64
 	 * @since 0.3
65 65
 	 *
66 66
 	 * {@inheritDoc}
67
+	 * @param integer $query
67 68
 	 */
68 69
 	public function doFilterResponseById( $query ) {}
69 70
 
@@ -71,6 +72,7 @@  discard block
 block discarded – undo
71 72
 	 * @since 0.1
72 73
 	 *
73 74
 	 * {@inheritDoc}
75
+	 * @param integer $query
74 76
 	 */
75 77
 	public function doFilterResponseFor( $query ) {}
76 78
 
@@ -78,6 +80,7 @@  discard block
 block discarded – undo
78 80
 	 * @since 0.3
79 81
 	 *
80 82
 	 * {@inheritDoc}
83
+	 * @param integer $query
81 84
 	 */
82 85
 	public function getRawResponseById( $query ) {
83 86
 		return '';
@@ -87,6 +90,7 @@  discard block
 block discarded – undo
87 90
 	 * @since 0.1
88 91
 	 *
89 92
 	 * {@inheritDoc}
93
+	 * @param integer $query
90 94
 	 */
91 95
 	public function getRawResponse( $query ) {
92 96
 		return '';
Please login to merge, or discard this patch.