Failed Conditions
Pull Request — master (#28)
by Florent
20:36 queued 15:50
created
src/Component/Server/TokenTypeHint/TokenTypeHintInterface.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -31,6 +31,7 @@
 block discarded – undo
31 31
 
32 32
     /**
33 33
      * @param Token $token
34
+     * @return void
34 35
      */
35 36
     public function revoke(Token $token);
36 37
 
Please login to merge, or discard this patch.
src/Component/Client/Behaviour/Metadata.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -53,6 +53,7 @@
 block discarded – undo
53 53
 
54 54
     /**
55 55
      * {@inheritdoc}
56
+     * @param string $key
56 57
      */
57 58
     public function has($key)
58 59
     {
Please login to merge, or discard this patch.
src/Component/Server/Model/AccessToken/AccessTokenRepositoryInterface.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -37,6 +37,7 @@
 block discarded – undo
37 37
 
38 38
     /**
39 39
      * @param AccessToken $token
40
+     * @return void
40 41
      */
41 42
     public function save(AccessToken $token);
42 43
 
Please login to merge, or discard this patch.