|
@@ -74,8 +74,8 @@ |
|
|
block discarded – undo |
|
74
|
74
|
* Ensures this method must be provided by classes using this trait. |
|
75
|
75
|
* |
|
76
|
76
|
* @param int $expectedCount The expected number of items in $haystack. |
|
77
|
|
- * @param mixed $haystack The array, countable or traversable object containing items. |
|
78
|
|
- * @param string $message Optional error message to give upon failure. |
|
|
77
|
+ * @param mixed $hastack The array, countable or traversable object containing items. |
|
|
78
|
+ * @param string $mssage Optional error message to give upon failure. |
|
79
|
79
|
*/ |
|
80
|
80
|
abstract public function assertCount($expectedCount, $hastack, $mssage = ''); |
|
81
|
81
|
} |
Please login to merge, or discard this patch.