Passed
Push — main ( 617e0d...705e3e )
by Dylan
02:34 queued 11s
created
tests/services/ServicesTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -148,7 +148,7 @@
 block discarded – undo
148 148
         string $url,
149 149
         string $list_class = ListResource::class,
150 150
         array $params = []
151
-    ){
151
+    ) {
152 152
         $this->assertInstanceOf($list_class, $all);
153 153
         $this->assertEquals($url, $all->getURL());
154 154
         $this->assertEquals($this->getMockClient(), $all->getClient());
Please login to merge, or discard this patch.