Completed
Pull Request — master (#7)
by John
07:24
created
src/Tests/Functional/App/TestBundle.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
 class TestBundle extends Bundle
21 21
 {
22 22
     /**
23
-     * @return ExtensionInterface
23
+     * @return boolean
24 24
      */
25 25
     public function getContainerExtension()
26 26
     {
Please login to merge, or discard this patch.
src/Authenticator/Authenticator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
     private $keys = [];
27 27
 
28 28
     /**
29
-     * @param JwtKey[] $keys
29
+     * @param \ArrayObject $keys
30 30
      */
31 31
     public function __construct(\ArrayObject $keys)
32 32
     {
Please login to merge, or discard this patch.