Passed
Push — master ( aa41b1...2b3c87 )
by Mike
04:52
created
src/Controllers/Version4/Schema/AbstractRequest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
 	 * @param mixed  $default Default to return if not set.
38 38
 	 */
39 39
 	protected function get_param( $name, $default = null ) {
40
-		return isset( $this->request[ $name ] ) ? $this->request[ $name ] : $default;
40
+		return isset( $this->request[$name] ) ? $this->request[$name] : $default;
41 41
 	}
42 42
 
43 43
 	/**
Please login to merge, or discard this patch.