diff options
author | jenkins-bot <jenkins-bot@gerrit.wikimedia.org> | 2017-02-28 18:38:36 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@wikimedia.org> | 2017-02-28 18:38:36 +0000 |
commit | aa3319c4c0e3dab7d4eb9d64e49ccbd403c99b00 (patch) | |
tree | 7530bfc7bfbc0900f29f69920381f88cc3f797f6 /includes/exception/UserNotLoggedIn.php | |
parent | 08c266e1fdebcc13beb419ea655ca9bc487bc712 (diff) | |
parent | ecdef925bb0da8cfefbe2a72413a680edf732d31 (diff) | |
download | mediawikicore-aa3319c4c0e3dab7d4eb9d64e49ccbd403c99b00.tar.gz mediawikicore-aa3319c4c0e3dab7d4eb9d64e49ccbd403c99b00.zip |
Merge "Miscellaneous indentation tweaks"
Diffstat (limited to 'includes/exception/UserNotLoggedIn.php')
-rw-r--r-- | includes/exception/UserNotLoggedIn.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/exception/UserNotLoggedIn.php b/includes/exception/UserNotLoggedIn.php index 3acb8b84307c..6086d559f59d 100644 --- a/includes/exception/UserNotLoggedIn.php +++ b/includes/exception/UserNotLoggedIn.php @@ -32,7 +32,7 @@ * @par Example: * @code * if( $user->isAnon() ) { - * throw new UserNotLoggedIn(); + * throw new UserNotLoggedIn(); * } * @endcode * @@ -42,7 +42,7 @@ * @par Example: * @code * if( $user->isAnon() ) { - * throw new UserNotLoggedIn( 'action-require-loggedin' ); + * throw new UserNotLoggedIn( 'action-require-loggedin' ); * } * @endcode * |