Completed
Push — master ( 47cb1f...3d361b )
by Jean-Christophe
02:13
created
Ubiquity/controllers/auth/WithAuthTrait.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -45,6 +45,7 @@  discard block
 block discarded – undo
45 45
 	/**
46 46
 	 * {@inheritDoc}
47 47
 	 * @see \Ubiquity\controllers\Controller::isValid()
48
+	 * @param string $action
48 49
 	 */
49 50
 	public function isValid($action) {
50 51
 		$authCtrl=$this->_getAuthController();
@@ -87,6 +88,9 @@  discard block
 block discarded – undo
87 88
 	protected abstract function getAuthController():AuthController;
88 89
 	
89 90
 	
91
+	/**
92
+	 * @param AuthController $authController
93
+	 */
90 94
 	protected function checkConnection($authController){
91 95
 		if($authController->_checkConnectionTimeout()!=null){
92 96
 			$authController->_disconnected();
Please login to merge, or discard this patch.