Completed
Push — master ( 726390...169d80 )
by Andy
01:51
created
src/LegislativePeriod.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -14,6 +14,9 @@
 block discarded – undo
14 14
     protected $country;
15 15
     protected $legislativePeriodData;
16 16
 
17
+    /**
18
+     * @param Legislature $legislature
19
+     */
17 20
     public function __construct($legislativePeriodData, $legislature, $country)
18 21
     {
19 22
         $properties = ['id', 'name', 'slug'];
Please login to merge, or discard this patch.