Completed
Push — master ( 3ba758...b5e37b )
by Liaw
02:27
created
src/LightSaml/Credential/AbstractCredential.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -150,7 +150,7 @@  discard block
 block discarded – undo
150 150
     }
151 151
 
152 152
     /**
153
-     * @param XMLSecurityKey|null $privateKey
153
+     * @param XMLSecurityKey $privateKey
154 154
      *
155 155
      * @return AbstractCredential
156 156
      */
@@ -162,7 +162,7 @@  discard block
 block discarded – undo
162 162
     }
163 163
 
164 164
     /**
165
-     * @param XMLSecurityKey|null $publicKey
165
+     * @param XMLSecurityKey $publicKey
166 166
      *
167 167
      * @return AbstractCredential
168 168
      */
Please login to merge, or discard this patch.
src/LightSaml/Model/AbstractSamlModel.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@  discard block
 block discarded – undo
62 62
     }
63 63
 
64 64
     /**
65
-     * @param array|string[] $names
65
+     * @param string[] $names
66 66
      * @param string|null    $namespace
67 67
      */
68 68
     protected function singleElementsToXml(array $names, \DOMNode $parent, SerializationContext $context, $namespace = null)
@@ -165,7 +165,7 @@  discard block
 block discarded – undo
165 165
     }
166 166
 
167 167
     /**
168
-     * @param array|string[] $names
168
+     * @param string[] $names
169 169
      */
170 170
     protected function attributesToXml(array $names, \DOMElement $element)
171 171
     {
Please login to merge, or discard this patch.