Passed
Push — new-api ( 4bfe18...7ec1cc )
by Sebastian
05:06
created
src/Context.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -234,12 +234,12 @@
 block discarded – undo
234 234
 
235 235
     public function setSorting(RenderingMode $mode, $sorting)
236 236
     {
237
-        $this->sorting[(string)$mode] = $sorting;
237
+        $this->sorting[(string) $mode] = $sorting;
238 238
     }
239 239
 
240 240
     public function getSorting()
241 241
     {
242
-        return $this->sorting[(string)$this->mode] ?? null;
242
+        return $this->sorting[(string) $this->mode] ?? null;
243 243
     }
244 244
 
245 245
     /**
Please login to merge, or discard this patch.