Passed
Pull Request — master (#1524)
by
unknown
03:33
created
lib/NoPermissionException.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -26,6 +26,9 @@
 block discarded – undo
26 26
 
27 27
 class NoPermissionException extends StatusException {
28 28
 
29
+	/**
30
+	 * @param string $message
31
+	 */
29 32
 	public function __construct($message, $controller = null, $method = null) {
30 33
 		parent::__construct($message);
31 34
 		if ($controller && $method) {
Please login to merge, or discard this patch.