Completed
Push — master ( 6812a4...1fb4f2 )
by Maik
01:39
created
src/Generics/Util/BasicAuth.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -65,8 +65,6 @@
 block discarded – undo
65 65
     /**
66 66
      * Perform authentication
67 67
      *
68
-     * @param string $user The name the user provided
69
-     * @param string $password The password the user provided
70 68
      * @param string $file
71 69
      * @throws GenericsException
72 70
      * @return boolean
Please login to merge, or discard this patch.
src/Generics/Logger/ExceptionLoggerTrait.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -16,6 +16,9 @@
 block discarded – undo
16 16
  */
17 17
 trait ExceptionLoggerTrait
18 18
 {
19
+	/**
20
+	 * @param string $message
21
+	 */
19 22
 	abstract protected function logImpl($level, $message, array $context = array());
20 23
 
21 24
     /**
Please login to merge, or discard this patch.