Completed
Pull Request — master (#11)
by Laurens
01:59
created
tests/Unit/Client/Product/ProductParserTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -117,6 +117,9 @@
 block discarded – undo
117 117
         ];
118 118
     }
119 119
 
120
+    /**
121
+     * @param string $filename
122
+     */
120 123
     private function getDataFromFile($filename): array
121 124
     {
122 125
         $singleProductJson = file_get_contents(dirname(__FILE__) . '/json-files/' . $filename);
Please login to merge, or discard this patch.
tests/Unit/Client/PurchaseClientTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -60,6 +60,9 @@
 block discarded – undo
60 60
         $purchaseClient->getPurchase($purchaseUuid);
61 61
     }
62 62
 
63
+    /**
64
+     * @param string[] $data
65
+     */
63 66
     private function getIzettleMock($url, $data): IzettleClientInterface
64 67
     {
65 68
         $responseMock = Mockery::mock(ResponseInterface::class);
Please login to merge, or discard this patch.