Completed
Push — master ( ff4d30...9cb483 )
by Maik
01:41
created
src/Generics/Logger/ExceptionLoggerTrait.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -20,6 +20,9 @@
 block discarded – undo
20 20
 trait ExceptionLoggerTrait
21 21
 {
22 22
 
23
+    /**
24
+     * @param string $message
25
+     */
23 26
     abstract protected function logImpl($level, $message, array $context = array());
24 27
 
25 28
     /**
Please login to merge, or discard this patch.
src/Generics/Client/HttpClient.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -475,6 +475,7 @@
 block discarded – undo
475 475
 
476 476
     /**
477 477
      * Adjust the headers by injecting default values for missing keys.
478
+     * @param string $requestType
478 479
      */
479 480
     private function adjustHeaders($requestType)
480 481
     {
Please login to merge, or discard this patch.