Skip to content

Commit 022141d

Browse files
authored
Fix 'occured' -> 'occurred' in AuthenticationException and Client PHPDoc (#450)
* Fix occured typo in AuthenticationException.php PHPDoc Signed-off-by: SAY-5 <SAY-5@users.noreply.github.com> * Fix occured typo in Client.php PHPDoc Signed-off-by: SAY-5 <SAY-5@users.noreply.github.com> --------- Signed-off-by: SAY-5 <SAY-5@users.noreply.github.com> Co-authored-by: SAY-5 <SAY-5@users.noreply.github.com>
1 parent 21f24f4 commit 022141d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

source/CAS/AuthenticationException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class CAS_AuthenticationException
5555
* authenticated.
5656
*
5757
* @param CAS_Client $client phpcas client
58-
* @param string $failure the failure that occured
58+
* @param string $failure the failure that occurred
5959
* @param string $cas_url the URL the CAS server was asked for
6060
* @param bool $no_response the response from the CAS server (other
6161
* parameters are ignored if TRUE)

source/CAS/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4163,7 +4163,7 @@ public function setSessionIdSalt($salt) {
41634163
* This method is used to print the HTML output when the user was not
41644164
* authenticated.
41654165
*
4166-
* @param string $failure the failure that occured
4166+
* @param string $failure the failure that occurred
41674167
* @param string $cas_url the URL the CAS server was asked for
41684168
* @param bool $no_response the response from the CAS server (other
41694169
* parameters are ignored if true)

0 commit comments

Comments
 (0)