Completed
Pull Request — master (#27)
by
unknown
04:26
created
src/Dflydev/FigCookies/SetCookie.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -170,7 +170,7 @@
 block discarded – undo
170 170
             $cookieStringParts = [
171 171
                 urlencode($this->name).'='.urlencode($this->value),
172 172
             ];
173
-        }else{
173
+        } else{
174 174
             $cookieStringParts = [
175 175
                 $this->name.'='.$this->value,
176 176
             ];
Please login to merge, or discard this patch.