Completed
Push — feature/authz-service ( 3d68bb...495059 )
by
unknown
02:39
created
src/Surfnet/Stepup/Configuration/Value/SelectRaaOption.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -61,6 +61,9 @@
 block discarded – undo
61 61
         return $this->selectRaaOption;
62 62
     }
63 63
 
64
+    /**
65
+     * @param string $option
66
+     */
64 67
     public function isOption($option)
65 68
     {
66 69
         return is_array($this->selectRaaOption) && in_array($this->selectRaaOption, $option);
Please login to merge, or discard this patch.
src/Surfnet/Stepup/Configuration/Value/UseRaaOption.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -61,6 +61,9 @@
 block discarded – undo
61 61
         return $this->useRaaOption;
62 62
     }
63 63
 
64
+    /**
65
+     * @param string $option
66
+     */
64 67
     public function isOption($option)
65 68
     {
66 69
         return is_array($this->useRaaOption) && in_array($this->useRaaOption, $option);
Please login to merge, or discard this patch.
src/Surfnet/Stepup/Configuration/Value/UseRaOption.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -55,6 +55,9 @@
 block discarded – undo
55 55
         return $this->getUseRaOption() === $other->getUseRaOption();
56 56
     }
57 57
 
58
+    /**
59
+     * @param string $option
60
+     */
58 61
     public function isOption($option)
59 62
     {
60 63
         return is_array($this->useRaOption) && in_array($this->useRaOption, $option);
Please login to merge, or discard this patch.