Failed Conditions
Pull Request — psr2 (#2426)
by Andreas
04:15 queued 19s
created
inc/Extension/AuthPlugin.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -189,7 +189,7 @@
 block discarded – undo
189 189
      * @param   string $user Username
190 190
      * @param   string $pass Cleartext Password
191 191
      * @param   bool $sticky Cookie should not expire
192
-     * @return  bool             true on successful auth
192
+     * @return  boolean|null             true on successful auth
193 193
      */
194 194
     public function trustExternal($user, $pass, $sticky = false)
195 195
     {
Please login to merge, or discard this patch.
inc/Extension/PluginTrait.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -85,6 +85,7 @@
 block discarded – undo
85 85
 
86 86
     /**
87 87
      * @see PluginInterface::getLang()
88
+     * @param string $id
88 89
      */
89 90
     public function getLang($id)
90 91
     {
Please login to merge, or discard this patch.
inc/media.php 1 patch
Unused Use Statements   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,8 @@
 block discarded – undo
6 6
  * @author     Andreas Gohr <[email protected]>
7 7
  */
8 8
 
9
-use dokuwiki\ChangeLog\MediaChangeLog;use dokuwiki\Extension\Event;
9
+use dokuwiki\ChangeLog\MediaChangeLog;
10
+use dokuwiki\Extension\Event;
10 11
 
11 12
 /**
12 13
  * Lists pages which currently use a media file selected for deletion
Please login to merge, or discard this patch.