Completed
Push — master ( 89477f...f97380 )
by Mahmoud
08:17
created
app/Containers/Countries/Actions/ListAllCountriesAction.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
     }
26 26
 
27 27
     /**
28
-     * @return  mixed
28
+     * @return  \Illuminate\Support\Collection
29 29
      */
30 30
     public function run()
31 31
     {
Please login to merge, or discard this patch.
app/Containers/Countries/UI/API/Transformers/CountryTransformer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
 {
15 15
 
16 16
     /**
17
-     * @param \App\Containers\Countries\UI\API\Transformers\Country $country
17
+     * @param Country $country
18 18
      *
19 19
      * @return  array
20 20
      */
Please login to merge, or discard this patch.
app/Containers/Countries/UI/API/Transformers/CurrencyTransformer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
 {
15 15
 
16 16
     /**
17
-     * @param \App\Containers\Countries\UI\API\Transformers\Country $country
17
+     * @param Country $country
18 18
      *
19 19
      * @return  array
20 20
      */
Please login to merge, or discard this patch.