Completed
Push — master ( dbc57a...6ccb07 )
by Terrence
15:02
created
src/Service/Content.php 1 patch
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1268,6 +1268,7 @@  discard block
 block discarded – undo
1268 1268
      *        the authnContextClassRef? If not, then ignore the 'Request
1269 1269
      *        Silver' checkbox and silver certification in metadata.
1270 1270
      *        Defaults to true.
1271
+     * @param string $responseurl
1271 1272
      */
1272 1273
     public static function redirectToGetShibUser(
1273 1274
         $providerId = '',
@@ -2372,7 +2373,7 @@  discard block
 block discarded – undo
2372 2373
      *        following: 'pkcs12', 'gsca', or 'delegate'.
2373 2374
      * @param int $defaultmaxlifetime Default maxlifetime (in hours) for the
2374 2375
      *        credential.
2375
-     * @return array An array consisting of two entries: the minimum and
2376
+     * @return integer[] An array consisting of two entries: the minimum and
2376 2377
      *         maximum lifetimes (in hours) for a credential.
2377 2378
      */
2378 2379
     public static function getMinMaxLifetimes($section, $defaultmaxlifetime)
@@ -2545,7 +2546,7 @@  discard block
 block discarded – undo
2545 2546
      * @param string $clientparams
2546 2547
      * @param string $redirect
2547 2548
      * @param string $redirectform (Optional)
2548
-     * @param bool   $edugainandgetcert (Optional)
2549
+     * @param string|boolean   $edugainandgetcert (Optional)
2549 2550
      */
2550 2551
     public static function printAttributeReleaseErrorMessage(
2551 2552
         $ePPN,
Please login to merge, or discard this patch.