@@ -152,9 +152,9 @@ public static function setDefaults($config = [])
152152 return $ oldDefaults ;
153153 }
154154
155- //=========================================================================
155+ // =========================================================================
156156 // CONSTRUCTORS
157- //=========================================================================
157+ // =========================================================================
158158
159159 /**
160160 * Create a new Cookie instance from a `Set-Cookie` header.
@@ -238,9 +238,9 @@ final public function __construct(string $name, string $value = '', array $optio
238238 $ this ->raw = $ raw ;
239239 }
240240
241- //=========================================================================
241+ // =========================================================================
242242 // GETTERS
243- //=========================================================================
243+ // =========================================================================
244244
245245 /**
246246 * {@inheritDoc}
@@ -391,9 +391,9 @@ public function getOptions(): array
391391 ];
392392 }
393393
394- //=========================================================================
394+ // =========================================================================
395395 // CLONING
396- //=========================================================================
396+ // =========================================================================
397397
398398 /**
399399 * {@inheritDoc}
@@ -556,9 +556,9 @@ public function withRaw(bool $raw = true)
556556 return $ cookie ;
557557 }
558558
559- //=========================================================================
559+ // =========================================================================
560560 // ARRAY ACCESS FOR BC
561- //=========================================================================
561+ // =========================================================================
562562
563563 /**
564564 * Whether an offset exists.
@@ -614,9 +614,9 @@ public function offsetUnset($offset): void
614614 throw new LogicException (sprintf ('Cannot unset values of properties of %s as it is immutable. ' , static ::class));
615615 }
616616
617- //=========================================================================
617+ // =========================================================================
618618 // CONVERTERS
619- //=========================================================================
619+ // =========================================================================
620620
621621 /**
622622 * {@inheritDoc}
@@ -716,9 +716,9 @@ protected static function convertExpiresTimestamp($expires = 0): int
716716 return $ expires > 0 ? (int ) $ expires : 0 ;
717717 }
718718
719- //=========================================================================
719+ // =========================================================================
720720 // VALIDATION
721- //=========================================================================
721+ // =========================================================================
722722
723723 /**
724724 * Validates the cookie name per RFC 2616.
0 commit comments