Failed Conditions
Push — psr2-pluginredux ( 89614c )
by Andreas
03:02
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/Cache/Cache.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -55,6 +55,9 @@
 block discarded – undo
55 55
         return $this->_event;
56 56
     }
57 57
 
58
+    /**
59
+     * @param string $event
60
+     */
58 61
     public function setEvent($event)
59 62
     {
60 63
         $this->_event = $event;
Please login to merge, or discard this patch.