Completed
Push — master ( 67f8fd...cd9978 )
by Yassir
14:29
created
src/Entity/AbstractEntity.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -100,7 +100,7 @@
 block discarded – undo
100 100
     }
101 101
 
102 102
     /**
103
-     * @param $str Camel case string
103
+     * @param string $str Camel case string
104 104
      *
105 105
      * @return string Snake case string
106 106
      */
Please login to merge, or discard this patch.
src/Adapter/BuzzAdapter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -117,7 +117,7 @@
 block discarded – undo
117 117
     }
118 118
 
119 119
     /**
120
-     * @param Response $response
120
+     * @param \Psr\Http\Message\ResponseInterface $response
121 121
      *
122 122
      * @throws HttpException
123 123
      */
Please login to merge, or discard this patch.