Completed
Push — master ( f06b87...472029 )
by Andy
01:43
created
src/Legislature.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -13,6 +13,9 @@
 block discarded – undo
13 13
     protected $legislatureData;
14 14
     protected $country;
15 15
 
16
+    /**
17
+     * @param Country $country
18
+     */
16 19
     public function __construct($legislatureData, $country)
17 20
     {
18 21
         $properties = ['name', 'slug', 'personCount', 'sha', 'statementCount', 'popoloUrl'];
Please login to merge, or discard this patch.