Completed
Push — master ( f5580e...4e6c29 )
by Beñat
01:39
created
src/BenatEspina/StackExchangeApiClient/Model/ShallowUser.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -100,6 +100,9 @@
 block discarded – undo
100 100
         return $this->badgeCounts;
101 101
     }
102 102
 
103
+    /**
104
+     * @param Model|null $badgeCounts
105
+     */
103 106
     public function setBadgeCounts($badgeCounts)
104 107
     {
105 108
         $this->badgeCounts = $badgeCounts;
Please login to merge, or discard this patch.