Failed Conditions
Pull Request — master (#126)
by Florent
02:54
created
src/Object/RotatableJWK.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -23,6 +23,10 @@
 block discarded – undo
23 23
      */
24 24
     protected $ttl;
25 25
 
26
+    /**
27
+     * @param string $filename
28
+     * @param integer $ttl
29
+     */
26 30
     public function __construct($filename, array $parameters, $ttl)
27 31
     {
28 32
         Assertion::integer($ttl);
Please login to merge, or discard this patch.