Browse Source

Fix typehint

Mark Story 9 years ago
parent
commit
0d0a45298f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Http/Response.php

+ 1 - 1
src/Http/Response.php

@@ -393,7 +393,7 @@ class Response implements ResponseInterface
     /**
      * Collection of cookies to send to the client
      *
-     * @var Cake\Http\Cookie\CookieCollection
+     * @var \Cake\Http\Cookie\CookieCollection
      */
     protected $_cookies = null;