Completed
Push — master ( 14770a...7c2760 )
by Damien
08:49
created
src/records/traits/EntityDescriptor.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -122,7 +122,7 @@  discard block
 block discarded – undo
122 122
     }
123 123
 
124 124
     /**
125
-     * @return array
125
+     * @return XMLSecurityKey[]
126 126
      * @throws \Exception
127 127
      */
128 128
     public function signingXMLSecurityKeyStore()
@@ -216,7 +216,7 @@  discard block
 block discarded – undo
216 216
     }
217 217
 
218 218
     /**
219
-     * @param array $keyDescriptors
219
+     * @param KeyDescriptor[] $keyDescriptors
220 220
      * @param string $signingOrEncrypt
221 221
      * @return KeyDescriptor|null
222 222
      */
Please login to merge, or discard this patch.