Passed
Push — develop ( 4d6c26...26b299 )
by nguereza
11:28
created
src/CookieInterface.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -60,8 +60,7 @@
 block discarded – undo
60 60
  * change state MUST be implemented such that they retain the internal state of
61 61
  * the current instance and return an instance that contains the changed state.
62 62
  */
63
-interface CookieInterface extends Stringable
64
-{
63
+interface CookieInterface extends Stringable {
65 64
     /**
66 65
      * Same site policy "None"
67 66
      */
Please login to merge, or discard this patch.