Passed
Push — master ( 7ec6ed...d59ae6 )
by Tomasz
04:13
created
core/UserAPI.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -396,14 +396,14 @@
 block discarded – undo
396 396
     }
397 397
     
398 398
         /**
399
-     * Lists all identity providers in the database
400
-     * adding information required by DiscoJuice.
401
-     * 
402
-     * @param int $activeOnly if set to non-zero will cause listing of only those institutions which have some valid profiles defined.
403
-     * @param string $country if set, only list IdPs in a specific country
404
-     * @return array the list of identity providers
405
-     *
406
-     */
399
+         * Lists all identity providers in the database
400
+         * adding information required by DiscoJuice.
401
+         * 
402
+         * @param int $activeOnly if set to non-zero will cause listing of only those institutions which have some valid profiles defined.
403
+         * @param string $country if set, only list IdPs in a specific country
404
+         * @return array the list of identity providers
405
+         *
406
+         */
407 407
     public function listAllIdentityProviders($activeOnly = 0, $country = "") {
408 408
         return(IdPlist::listAllIdentityProviders($activeOnly, $country));
409 409
     }
Please login to merge, or discard this patch.