Passed
Branch master (88b79b)
by Liaw
08:08 queued 03:02
created
src/LightSaml/Context/AbstractContext.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@
 block discarded – undo
86 86
 
87 87
     /**
88 88
      * @param string                  $name
89
-     * @param object|ContextInterface $subContext
89
+     * @param ContextInterface $subContext
90 90
      *
91 91
      * @return AbstractContext
92 92
      */
Please login to merge, or discard this patch.
src/LightSaml/Credential/AbstractCredential.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -152,7 +152,7 @@  discard block
 block discarded – undo
152 152
     }
153 153
 
154 154
     /**
155
-     * @param null|XMLSecurityKey $privateKey
155
+     * @param XMLSecurityKey $privateKey
156 156
      *
157 157
      * @return AbstractCredential
158 158
      */
@@ -164,7 +164,7 @@  discard block
 block discarded – undo
164 164
     }
165 165
 
166 166
     /**
167
-     * @param null|XMLSecurityKey $publicKey
167
+     * @param XMLSecurityKey $publicKey
168 168
      *
169 169
      * @return AbstractCredential
170 170
      */
Please login to merge, or discard this patch.
src/LightSaml/Criteria/CriteriaSet.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
     }
68 68
 
69 69
     /**
70
-     * @param mixed    $condition
70
+     * @param boolean    $condition
71 71
      * @param callable $callback
72 72
      *
73 73
      * @return CriteriaSet
Please login to merge, or discard this patch.
src/LightSaml/Model/AbstractSamlModel.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@  discard block
 block discarded – undo
66 66
     }
67 67
 
68 68
     /**
69
-     * @param array|string[]       $names
69
+     * @param string[]       $names
70 70
      * @param \DOMNode             $parent
71 71
      * @param SerializationContext $context
72 72
      * @param string|null          $namespace
@@ -176,7 +176,7 @@  discard block
 block discarded – undo
176 176
     }
177 177
 
178 178
     /**
179
-     * @param array|string[] $names
179
+     * @param string[] $names
180 180
      * @param \DOMElement    $element
181 181
      */
182 182
     protected function attributesToXml(array $names, \DOMElement $element)
@@ -294,7 +294,7 @@  discard block
 block discarded – undo
294 294
 
295 295
     /**
296 296
      * @param \DOMElement $node
297
-     * @param array       $attributeNames
297
+     * @param string[]       $attributeNames
298 298
      */
299 299
     protected function attributesFromXml(\DOMElement $node, array $attributeNames)
300 300
     {
Please login to merge, or discard this patch.
src/LightSaml/Model/Assertion/Assertion.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -209,7 +209,7 @@
 block discarded – undo
209 209
     }
210 210
 
211 211
     /**
212
-     * @return string
212
+     * @return \DateTime|null
213 213
      */
214 214
     public function getIssueInstantDateTime()
215 215
     {
Please login to merge, or discard this patch.
src/LightSaml/Model/Assertion/Attribute.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@
 block discarded – undo
73 73
     }
74 74
 
75 75
     /**
76
-     * @return \string[]
76
+     * @return string[]
77 77
      */
78 78
     public function getAllAttributeValues()
79 79
     {
Please login to merge, or discard this patch.
src/LightSaml/Model/Assertion/AuthnStatement.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -128,7 +128,7 @@
 block discarded – undo
128 128
     }
129 129
 
130 130
     /**
131
-     * @param int|string|\DateTime $sessionNotOnOrAfter
131
+     * @param integer $sessionNotOnOrAfter
132 132
      *
133 133
      * @return AuthnStatement
134 134
      */
Please login to merge, or discard this patch.
src/LightSaml/Model/Assertion/Conditions.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -162,7 +162,7 @@
 block discarded – undo
162 162
     }
163 163
 
164 164
     /**
165
-     * @return int|null
165
+     * @return string|null
166 166
      */
167 167
     public function getNotBeforeString()
168 168
     {
Please login to merge, or discard this patch.
src/LightSaml/Model/Assertion/SubjectConfirmationData.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@
 block discarded – undo
75 75
     }
76 76
 
77 77
     /**
78
-     * @param int|string|\DateTime $notBefore
78
+     * @param integer $notBefore
79 79
      *
80 80
      * @return SubjectConfirmationData
81 81
      */
Please login to merge, or discard this patch.