Completed
Branch master (98d884)
by Laurent
03:51
created
src/Adapter/ChronopostFtpAdapter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -250,7 +250,7 @@
 block discarded – undo
250 250
     }
251 251
 
252 252
     /**
253
-     * @param $path
253
+     * @param string $path
254 254
      *
255 255
      * @return array | DeliveryEvent[]
256 256
      */
Please login to merge, or discard this patch.
src/Behavior/ChronopostCodesTransformer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
     /**
10 10
      * @param string $code
11 11
      *
12
-     * @return null | DeliveryStatus
12
+     * @return DeliveryStatus | DeliveryStatus
13 13
      */
14 14
     protected function getStateFromCode($code)
15 15
     {
Please login to merge, or discard this patch.