Failed Conditions
Pull Request — master (#55)
by Sander
03:54
created
lib/ShareBackend/NextNoteShareBackend.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -145,7 +145,7 @@
 block discarded – undo
145 145
 	 * For permissions
146 146
 	 * @see \OCP\Constants
147 147
 	 * @param $permission
148
-	 * @param $note NextNote
148
+	 * @param NextNote $note NextNote
149 149
 	 * @return bool|int
150 150
 	 */
151 151
 	public function checkPermissions($permission, $note) {
Please login to merge, or discard this patch.
lib/Utility/UnauthorizedJSONResponse.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,6 @@
 block discarded – undo
31 31
 
32 32
     /**
33 33
      * Creates a new json response with a not found status code.
34
-     * @param array $response_data
35 34
      */
36 35
     public function __construct() {
37 36
         parent::__construct(null, Http::STATUS_UNAUTHORIZED);
Please login to merge, or discard this patch.