Completed
Push — master ( cd45ea...6b4d01 )
by Daniel
25:07 queued 22:20
created
src/Application/Tests/Domain/Fixtures/Address.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -10,6 +10,11 @@
 block discarded – undo
10 10
     private $number;
11 11
     private $zipcode;
12 12
 
13
+    /**
14
+     * @param string $street
15
+     * @param string $number
16
+     * @param string $zipcode
17
+     */
13 18
     public function __construct($street, $number, $zipcode)
14 19
     {
15 20
         $this->street = $street;
Please login to merge, or discard this patch.