Skip to content

Commit

Permalink
soothe phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul M. Jones committed Oct 12, 2015
1 parent 69f0694 commit 0ef3f89
Show file tree
Hide file tree
Showing 38 changed files with 7 additions and 83 deletions.
2 changes: 0 additions & 2 deletions config/Common.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
*
* This file is part of Aura for PHP.
*
* @package Aura.Auth
*
* @license http://opensource.org/licenses/bsd-license.php BSD
*
*/
Expand Down
2 changes: 0 additions & 2 deletions src/Adapter/AbstractAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
*
* This file is part of Aura for PHP.
*
* @package Aura.Auth
*
* @license http://opensource.org/licenses/bsd-license.php BSD
*
*/
Expand Down
2 changes: 0 additions & 2 deletions src/Adapter/AdapterInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
*
* This file is part of Aura for PHP.
*
* @package Aura.Auth
*
* @license http://opensource.org/licenses/bsd-license.php BSD
*
*/
Expand Down
2 changes: 0 additions & 2 deletions src/Adapter/HtpasswdAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
*
* This file is part of Aura for PHP.
*
* @package Aura.Auth
*
* @license http://opensource.org/licenses/bsd-license.php BSD
*
*/
Expand Down
2 changes: 0 additions & 2 deletions src/Adapter/ImapAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
*
* This file is part of Aura for PHP.
*
* @package Aura.Auth
*
* @license http://opensource.org/licenses/bsd-license.php BSD
*
*/
Expand Down
2 changes: 0 additions & 2 deletions src/Adapter/LdapAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
*
* This file is part of Aura for PHP.
*
* @package Aura.Auth
*
* @license http://opensource.org/licenses/bsd-license.php BSD
*
*/
Expand Down
2 changes: 0 additions & 2 deletions src/Adapter/NullAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
*
* This file is part of Aura for PHP.
*
* @package Aura.Auth
*
* @license http://opensource.org/licenses/bsd-license.php BSD
*
*/
Expand Down
2 changes: 0 additions & 2 deletions src/Adapter/PdoAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
*
* This file is part of Aura for PHP.
*
* @package Aura.Auth
*
* @license http://opensource.org/licenses/bsd-license.php BSD
*
*/
Expand Down
4 changes: 1 addition & 3 deletions src/Auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
*
* This file is part of Aura for PHP.
*
* @package Aura.Auth
*
* @license http://opensource.org/licenses/bsd-license.php BSD
*
*/
Expand Down Expand Up @@ -233,7 +231,7 @@ public function getUserName()
*
* Sets the current user data.
*
* @param array $data The user data.
* @param array $userdata The user data.
*
* @return null
*
Expand Down
2 changes: 0 additions & 2 deletions src/AuthFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
*
* This file is part of Aura for PHP.
*
* @package Aura.Auth
*
* @license http://opensource.org/licenses/bsd-license.php BSD
*
*/
Expand Down
2 changes: 0 additions & 2 deletions src/Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
*
* This file is part of the Aura project for PHP.
*
* @package Aura.Auth
*
* @license http://opensource.org/licenses/bsd-license.php BSD
*
*/
Expand Down
2 changes: 0 additions & 2 deletions src/Exception/AlgorithmNotAvailable.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
*
* This file is part of Aura for PHP.
*
* @package Aura.Auth
*
* @license http://opensource.org/licenses/bsd-license.php BSD
*
*/
Expand Down
2 changes: 0 additions & 2 deletions src/Exception/BindFailed.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
*
* This file is part of Aura for PHP.
*
* @package Aura.Auth
*
* @license http://opensource.org/licenses/bsd-license.php BSD
*
*/
Expand Down
2 changes: 0 additions & 2 deletions src/Exception/ConnectionFailed.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
*
* This file is part of Aura for PHP.
*
* @package Aura.Auth
*
* @license http://opensource.org/licenses/bsd-license.php BSD
*
*/
Expand Down
2 changes: 0 additions & 2 deletions src/Exception/FileNotFound.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
*
* This file is part of Aura for PHP.
*
* @package Aura.Auth
*
* @license http://opensource.org/licenses/bsd-license.php BSD
*
*/
Expand Down
14 changes: 6 additions & 8 deletions src/Exception/FileNotReadable.php
Original file line number Diff line number Diff line change
@@ -1,23 +1,21 @@
<?php
/**
*
*
* This file is part of Aura for PHP.
*
* @package Aura.Auth
*
*
* @license http://opensource.org/licenses/bsd-license.php BSD
*
*
*/
namespace Aura\Auth\Exception;

use Aura\Auth\Exception;

/**
*
*
* File is not readable
*
*
* @package Aura.Auth
*
*
*/
class FileNotReadable extends Exception
{
Expand Down
2 changes: 0 additions & 2 deletions src/Exception/MultipleMatches.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
*
* This file is part of Aura for PHP.
*
* @package Aura.Auth
*
* @license http://opensource.org/licenses/bsd-license.php BSD
*
*/
Expand Down
2 changes: 0 additions & 2 deletions src/Exception/PasswordColumnNotSpecified.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
*
* This file is part of Aura for PHP.
*
* @package Aura.Auth
*
* @license http://opensource.org/licenses/bsd-license.php BSD
*
*/
Expand Down
2 changes: 0 additions & 2 deletions src/Exception/PasswordIncorrect.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
*
* This file is part of Aura for PHP.
*
* @package Aura.Auth
*
* @license http://opensource.org/licenses/bsd-license.php BSD
*
*/
Expand Down
2 changes: 0 additions & 2 deletions src/Exception/PasswordMissing.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
*
* This file is part of Aura for PHP.
*
* @package Aura.Auth
*
* @license http://opensource.org/licenses/bsd-license.php BSD
*
*/
Expand Down
2 changes: 0 additions & 2 deletions src/Exception/UsernameColumnNotSpecified.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
*
* This file is part of Aura for PHP.
*
* @package Aura.Auth
*
* @license http://opensource.org/licenses/bsd-license.php BSD
*
*/
Expand Down
2 changes: 0 additions & 2 deletions src/Exception/UsernameMissing.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
*
* This file is part of Aura for PHP.
*
* @package Aura.Auth
*
* @license http://opensource.org/licenses/bsd-license.php BSD
*
*/
Expand Down
2 changes: 0 additions & 2 deletions src/Exception/UsernameNotFound.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
*
* This file is part of Aura for PHP.
*
* @package Aura.Auth
*
* @license http://opensource.org/licenses/bsd-license.php BSD
*
*/
Expand Down
2 changes: 0 additions & 2 deletions src/Phpfunc.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
*
* This file is part of the Aura project for PHP.
*
* @package Aura.Auth
*
* @license http://opensource.org/licenses/bsd-license.php BSD
*
*/
Expand Down
2 changes: 0 additions & 2 deletions src/Service/LoginService.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
*
* This file is part of Aura for PHP.
*
* @package Aura.Auth
*
* @license http://opensource.org/licenses/bsd-license.php BSD
*
*/
Expand Down
2 changes: 0 additions & 2 deletions src/Service/LogoutService.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
*
* This file is part of Aura for PHP.
*
* @package Aura.Auth
*
* @license http://opensource.org/licenses/bsd-license.php BSD
*
*/
Expand Down
2 changes: 0 additions & 2 deletions src/Service/ResumeService.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
*
* This file is part of Aura for PHP.
*
* @package Aura.Auth
*
* @license http://opensource.org/licenses/bsd-license.php BSD
*
*/
Expand Down
2 changes: 0 additions & 2 deletions src/Session/NullSegment.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
*
* This file is part of Aura for PHP.
*
* @package Aura.Auth
*
* @license http://opensource.org/licenses/bsd-license.php BSD
*
*/
Expand Down
2 changes: 0 additions & 2 deletions src/Session/NullSession.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
*
* This file is part of Aura for PHP.
*
* @package Aura.Auth
*
* @license http://opensource.org/licenses/bsd-license.php BSD
*
*/
Expand Down
2 changes: 0 additions & 2 deletions src/Session/Segment.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
*
* This file is part of Aura for PHP.
*
* @package Aura.Auth
*
* @license http://opensource.org/licenses/bsd-license.php BSD
*
*/
Expand Down
2 changes: 0 additions & 2 deletions src/Session/SegmentInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
*
* This file is part of Aura for PHP.
*
* @package Aura.Auth
*
* @license http://opensource.org/licenses/bsd-license.php BSD
*
*/
Expand Down
2 changes: 0 additions & 2 deletions src/Session/Session.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
*
* This file is part of Aura for PHP.
*
* @package Aura.Auth
*
* @license http://opensource.org/licenses/bsd-license.php BSD
*
*/
Expand Down
2 changes: 0 additions & 2 deletions src/Session/SessionInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
*
* This file is part of Aura for PHP.
*
* @package Aura.Auth
*
* @license http://opensource.org/licenses/bsd-license.php BSD
*
*/
Expand Down
2 changes: 0 additions & 2 deletions src/Session/Timer.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
*
* This file is part of Aura for PHP.
*
* @package Aura.Auth
*
* @license http://opensource.org/licenses/bsd-license.php BSD
*
*/
Expand Down
2 changes: 0 additions & 2 deletions src/Status.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
*
* This file is part of the Aura project for PHP.
*
* @package Aura.Auth
*
* @license http://opensource.org/licenses/bsd-license.php BSD
*
*/
Expand Down
2 changes: 0 additions & 2 deletions src/Verifier/HtpasswdVerifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
*
* This file is part of Aura for PHP.
*
* @package Aura.Auth
*
* @license http://opensource.org/licenses/bsd-license.php BSD
*
*/
Expand Down
2 changes: 0 additions & 2 deletions src/Verifier/PasswordVerifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
*
* This file is part of Aura for PHP.
*
* @package Aura.Auth
*
* @license http://opensource.org/licenses/bsd-license.php BSD
*
*/
Expand Down
2 changes: 0 additions & 2 deletions src/Verifier/VerifierInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
*
* This file is part of Aura for PHP.
*
* @package Aura.Auth
*
* @license http://opensource.org/licenses/bsd-license.php BSD
*
*/
Expand Down

0 comments on commit 0ef3f89

Please sign in to comment.