File tree Expand file tree Collapse file tree
src/SonsOfPHP/Component/Cookie Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ purge: # Purge vendor and lock files
4343 rm -rf src/SonsOfPHP/Bundle/* /vendor/ src/SonsOfPHP/Bundle/* /composer.lock
4444 rm -rf src/SonsOfPHP/Component/* /vendor/ src/SonsOfPHP/Component/* /composer.lock
4545 rm -rf src/SonsOfPHP/Contract/* /vendor/ src/SonsOfPHP/Contract/* /composer.lock
46+ rm -rf src/tools/* /vendor/ src/tools/* /composer.lock
4647
4748test : phpunit # # Run PHPUnit Tests
4849
Original file line number Diff line number Diff line change 8080 "ext-intl" : " *" ,
8181 "doctrine/collections" : " ^2" ,
8282 "doctrine/orm" : " ^2" ,
83- "sonsofphp/cookie-contract" : " 0.3.x-dev" ,
8483 "psr/container" : " ^1.0 || ^2.0" ,
8584 "psr/http-server-handler" : " ^1.0" ,
86- "psr/http-server-middleware" : " ^1.0" ,
87- "sonsofphp/http-handler-contract" : " 0.3.x-dev"
85+ "psr/http-server-middleware" : " ^1.0"
8886 },
8987 "replace" : {
9088 "sonsofphp/bard" : " self.version" ,
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ public function get(string $name): CookieInterface
2929 /**
3030 * {@inheritdoc}
3131 */
32- public function has (string $ name ): CookieInterface
32+ public function has (string $ name ): bool
3333 {
3434 return array_key_exists ($ name , $ _COOKIE );
3535 }
You can’t perform that action at this time.
0 commit comments