Completed
Push — develop ( 5a49ee...0049e3 )
by Neomerx
03:37
created
src/GrantTraits/ClientGrantTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 block discarded – undo
92 92
     }
93 93
 
94 94
     /**
95
-     * @param array  $parameters
95
+     * @param string[]  $parameters
96 96
      * @param string $name
97 97
      *
98 98
      * @return null|string
Please login to merge, or discard this patch.
src/GrantTraits/CodeGrantTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 block discarded – undo
92 92
     }
93 93
 
94 94
     /**
95
-     * @param array  $parameters
95
+     * @param string[]  $parameters
96 96
      * @param string $name
97 97
      *
98 98
      * @return null|string
Please login to merge, or discard this patch.
src/GrantTraits/ImplicitGrantTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 block discarded – undo
92 92
     }
93 93
 
94 94
     /**
95
-     * @param array  $parameters
95
+     * @param string[]  $parameters
96 96
      * @param string $name
97 97
      *
98 98
      * @return null|string
Please login to merge, or discard this patch.
src/GrantTraits/PasswordGrantTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 block discarded – undo
92 92
     }
93 93
 
94 94
     /**
95
-     * @param array  $parameters
95
+     * @param string[]  $parameters
96 96
      * @param string $name
97 97
      *
98 98
      * @return null|string
Please login to merge, or discard this patch.
src/GrantTraits/RefreshGrantTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 block discarded – undo
92 92
     }
93 93
 
94 94
     /**
95
-     * @param array  $parameters
95
+     * @param string[]  $parameters
96 96
      * @param string $name
97 97
      *
98 98
      * @return null|string
Please login to merge, or discard this patch.
src/ServerTraits/OAuthServerTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -83,7 +83,7 @@
 block discarded – undo
83 83
 
84 84
     /**
85 85
      * @param array|null           $scopes
86
-     * @param ClientInterface|null $client
86
+     * @param ClientInterface $client
87 87
      *
88 88
      * @return array [bool $isScopeValid, string[]|null $scopeList, bool $isScopeModified]
89 89
      */
Please login to merge, or discard this patch.