Skip to content
Snippets Groups Projects
Unverified Commit 2501a136 authored by Jon Dufresne's avatar Jon Dufresne Committed by GitHub
Browse files

Improve grammar in docblocks: "a admin" → "an admin" (#1322)

parent d798a6b6
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ use SimpleSAML\Session;
class Auth
{
/**
* Retrieve a admin login URL.
* Retrieve an admin login URL.
*
* @param string|NULL $returnTo The URL the user should arrive on after admin authentication. Defaults to null.
*
......@@ -35,7 +35,7 @@ class Auth
/**
* Retrieve a admin logout URL.
* Retrieve an admin logout URL.
*
* @param string|NULL $returnTo The URL the user should arrive on after admin authentication. Defaults to null.
*
......
<?php
/*
* Helper page for starting a admin login. Can be used as a target for links.
* Helper page for starting an admin login. Can be used as a target for links.
*/
if (!array_key_exists('ReturnTo', $_REQUEST)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment