Completed
Branch master (f8d069)
by Edd
01:47
created
src/Region.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -20,6 +20,9 @@
 block discarded – undo
20 20
 
21 21
     private $name;
22 22
 
23
+    /**
24
+     * @param string $region
25
+     */
23 26
     public function __construct($region)
24 27
     {
25 28
         $this->setName($region);
Please login to merge, or discard this patch.