Completed
Push — master ( 23f549...a5c4c6 )
by Pavel
07:38
created
src/ApiRouteSpec.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@
 block discarded – undo
78 78
 	public function __construct(array $data)
79 79
 	{
80 80
 		foreach ($data as $key => $value) {
81
-			$method = 'set' . str_replace('_', '', ucwords($key, '_'));
81
+			$method = 'set'.str_replace('_', '', ucwords($key, '_'));
82 82
 
83 83
 			if (!method_exists($this, $method)) {
84 84
 				throw new ApiRouteWrongPropertyException(
Please login to merge, or discard this patch.