Passed
Push — master ( 6340c4...84d668 )
by Sergio
07:13 queued 05:00
created
src/HetznerCloudClient.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
 		(new static)->client->put(static::$baseHost.static::getModelEndpoint().'/'.$identifier, $data)->json();
50 50
 	}
51 51
 
52
-	private static function getModelEndpoint(){
52
+	private static function getModelEndpoint() {
53 53
 		$model = get_called_class();
54 54
 		return $model::$uri;
55 55
 	}
Please login to merge, or discard this patch.