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