Completed
Pull Request — master (#2)
by Tomáš
09:20
created
src/Authentication/Authenticator/Authenticator.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,8 +4,8 @@
 block discarded – undo
4 4
 
5 5
 namespace SixtyEightPublishers\User\Authentication\Authenticator;
6 6
 
7
-use Nette;
8 7
 use Doctrine;
8
+use Nette;
9 9
 use SixtyEightPublishers;
10 10
 
11 11
 final class Authenticator implements Nette\Security\IAuthenticator
Please login to merge, or discard this patch.
src/ForgotPassword/PasswordRequest/PasswordRequestManager.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,8 +4,8 @@
 block discarded – undo
4 4
 
5 5
 namespace SixtyEightPublishers\User\ForgotPassword\PasswordRequest;
6 6
 
7
-use Nette;
8 7
 use Doctrine;
8
+use Nette;
9 9
 use SixtyEightPublishers;
10 10
 
11 11
 class PasswordRequestManager implements IPasswordRequestManager
Please login to merge, or discard this patch.
src/DoctrineIdentity/UserStorageProxy.php 2 patches
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -78,6 +78,7 @@
 block discarded – undo
78 78
 
79 79
 	/**
80 80
 	 * {@inheritdoc}
81
+	 * @param boolean $state
81 82
 	 */
82 83
 	public function setAuthenticated($state): self
83 84
 	{
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,8 +4,8 @@
 block discarded – undo
4 4
 
5 5
 namespace SixtyEightPublishers\User\DoctrineIdentity;
6 6
 
7
-use Nette;
8 7
 use Doctrine;
8
+use Nette;
9 9
 
10 10
 /**
11 11
  * @method void onEntityNotFound()
Please login to merge, or discard this patch.