Completed
Push — master ( 47c13f...7cfb9b )
by Tobias
06:37
created
Service/ClientIdProvider.php 1 patch
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -48,9 +48,8 @@  discard block
 block discarded – undo
48 48
     /**
49 49
      * Return the value of a cookie.
50 50
      *
51
-     * @param string $name
52 51
      *
53
-     * @return mixed|false
52
+     * @return false|string
54 53
      */
55 54
     protected function getClientIdFormCookie()
56 55
     {
@@ -79,7 +78,7 @@  discard block
 block discarded – undo
79 78
      *
80 79
      * @link http://stackoverflow.com/a/16107194/1526789
81 80
      *
82
-     * @return string|bool clientId or boolean false
81
+     * @return false|string clientId or boolean false
83 82
      */
84 83
     protected function extractCookie($cookieValue)
85 84
     {
Please login to merge, or discard this patch.