@@ -17,7 +17,7 @@ public function test_get_instance()
1717 }
1818
1919 /**
20- * @param $collection
20+ * @param Collection $collection
2121 * @depends test_get_instance
2222 */
2323 public function test_sum (Collection $ collection )
@@ -26,7 +26,7 @@ public function test_sum(Collection $collection)
2626 }
2727
2828 /**
29- * @param $collection
29+ * @param Collection $collection
3030 * @depends test_get_instance
3131 */
3232 public function test_max (Collection $ collection )
@@ -35,7 +35,7 @@ public function test_max(Collection $collection)
3535 }
3636
3737 /**
38- * @param $collection
38+ * @param Collection $collection
3939 * @depends test_get_instance
4040 */
4141 public function test_min (Collection $ collection )
@@ -44,7 +44,7 @@ public function test_min(Collection $collection)
4444 }
4545
4646 /**
47- * @param $collection
47+ * @param Collection $collection
4848 * @depends test_get_instance
4949 */
5050 public function test_count (Collection $ collection )
@@ -53,7 +53,7 @@ public function test_count(Collection $collection)
5353 }
5454
5555 /**
56- * @param $collection
56+ * @param Collection $collection
5757 * @depends test_get_instance
5858 */
5959 public function test_pop (Collection $ collection )
@@ -62,7 +62,7 @@ public function test_pop(Collection $collection)
6262 }
6363
6464 /**
65- * @param $collection
65+ * @param Collection $collection
6666 * @depends test_get_instance
6767 */
6868 public function test_shift (Collection $ collection )
@@ -71,7 +71,7 @@ public function test_shift(Collection $collection)
7171 }
7272
7373 /**
74- * @param $collection
74+ * @param Collection $collection
7575 * @depends test_get_instance
7676 */
7777 public function test_reserve (Collection $ collection )
@@ -80,7 +80,7 @@ public function test_reserve(Collection $collection)
8080 }
8181
8282 /**
83- * @param $collection
83+ * @param Collection $collection
8484 * @depends test_get_instance
8585 */
8686 public function test_generator (Collection $ collection )
@@ -91,7 +91,7 @@ public function test_generator(Collection $collection)
9191 }
9292
9393 /**
94- * @param $collection
94+ * @param Collection $collection
9595 * @depends test_get_instance
9696 */
9797 public function test_json (Collection $ collection )
@@ -100,7 +100,7 @@ public function test_json(Collection $collection)
100100 }
101101
102102 /**
103- * @param $collection
103+ * @param Collection $collection
104104 * @depends test_get_instance
105105 */
106106 public function test_excepts (Collection $ collection )
@@ -109,7 +109,7 @@ public function test_excepts(Collection $collection)
109109 }
110110
111111 /**
112- * @param $collection
112+ * @param Collection $collection
113113 * @depends test_get_instance
114114 */
115115 public function test_push (Collection $ collection )
0 commit comments