Completed
Push — master ( 2902cd...b8eebc )
by mw
10s
created
src/NullResponseParser.php 1 patch
Doc Comments   +2 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
 
@@ -78,6 +79,7 @@  discard block
 block discarded – undo
78 79
 	 * @since 0.3
79 80
 	 *
80 81
 	 * {@inheritDoc}
82
+	 * @param integer $query
81 83
 	 */
82 84
 	public function getRawResponseById( $query ) {
83 85
 		return '';
Please login to merge, or discard this patch.