Completed
Push — master ( c96873...aa7978 )
by Thijs
01:10
created
src/Resources/Resource.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
      *
53 53
      * @param $key
54 54
      *
55
-     * @return mixed
55
+     * @return string
56 56
      */
57 57
     private function camelCase($key)
58 58
     {
Please login to merge, or discard this patch.
src/Actions/ManagesContacts.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -88,8 +88,6 @@
 block discarded – undo
88 88
     /**
89 89
      * Update or create an account.
90 90
      *
91
-     * @param string $name
92
-     * @param array $data
93 91
      *
94 92
      * @return Contact
95 93
      */
Please login to merge, or discard this patch.