Completed
Push — master ( e72986...296024 )
by Philipp
06:15 queued 03:59
created
src/Misc/Cookie.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
 
21 21
     public function get(): ?string
22 22
     {
23
-        if (! $this->has()) {
23
+        if (!$this->has()) {
24 24
             return null;
25 25
         }
26 26
 
Please login to merge, or discard this patch.