Completed
Pull Request — master (#16)
by romain
01:39
created
Api/Statistics.php 3 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -131,7 +131,7 @@
 block discarded – undo
131 131
     }
132 132
     /**
133 133
     * @param string $didPhone
134
-    * @param \DateTime $enddate
134
+    * @param \DateTime $endDate
135 135
     *
136 136
     * @return array
137 137
     */
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -8,9 +8,7 @@
 block discarded – undo
8 8
 
9 9
 namespace Yproximite\WannaSpeakBundle\Api;
10 10
 
11
-use Http\Discovery\MessageFactoryDiscovery;
12 11
 use Http\Discovery\StreamFactoryDiscovery;
13
-use Http\Discovery\UriFactoryDiscovery;
14 12
 use Http\Message\MultipartStream\MultipartStreamBuilder;
15 13
 use Psr\Http\Message\ResponseInterface;
16 14
 use Symfony\Component\HttpFoundation\File\UploadedFile;
Please login to merge, or discard this patch.
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -130,11 +130,11 @@
 block discarded – undo
130 130
         return $data;
131 131
     }
132 132
     /**
133
-    * @param string $didPhone
134
-    * @param \DateTime $enddate
135
-    *
136
-    * @return array
137
-    */
133
+     * @param string $didPhone
134
+     * @param \DateTime $enddate
135
+     *
136
+     * @return array
137
+     */
138 138
     public function callTrackingModifyForDelete($didPhone, \DateTime $endDate = null)
139 139
     {
140 140
         if (!$endDate) {
Please login to merge, or discard this patch.