Completed
Push — master ( 61323d...82f5dc )
by
unknown
17s queued 10s
created
tests/BaseTester.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -35,6 +35,9 @@  discard block
 block discarded – undo
35 35
         $this->assertTrue(true);
36 36
     }
37 37
 
38
+    /**
39
+     * @param string[] $attributes
40
+     */
38 41
     protected function assertObjectHasAttributes($attributes, $object)
39 42
     {
40 43
         foreach ($attributes as $attribute) {
@@ -95,6 +98,9 @@  discard block
 block discarded – undo
95 98
         $this->checkNestedPackageProperties($package);
96 99
     }
97 100
 
101
+    /**
102
+     * @param Syntax\SteamApi\Containers\Group $group
103
+     */
98 104
     protected function checkGroupProperties($group)
99 105
     {
100 106
         $this->checkGroupMainSummaryProperties($group);
Please login to merge, or discard this patch.