@@ -33,9 +33,6 @@ abstract class Assert
3333 *
3434 * @param mixed $value
3535 * @param string|callable|null $defaultMessage
36- * @param string|null $defaultPropertyPath
37- *
38- * @return AssertionChain
3936 *
4037 * @example
4138 *
@@ -57,9 +54,6 @@ public static function that($value, $defaultMessage = null, string $defaultPrope
5754 *
5855 * @param mixed $values
5956 * @param string|callable|null $defaultMessage
60- * @param string|null $defaultPropertyPath
61- *
62- * @return AssertionChain
6357 */
6458 public static function thatAll ($ values , $ defaultMessage = null , string $ defaultPropertyPath = null ): AssertionChain
6559 {
@@ -71,9 +65,6 @@ public static function thatAll($values, $defaultMessage = null, string $defaultP
7165 *
7266 * @param mixed $value
7367 * @param string|callable|null $defaultMessage
74- * @param string|null $defaultPropertyPath
75- *
76- * @return AssertionChain
7768 */
7869 public static function thatNullOr ($ value , $ defaultMessage = null , string $ defaultPropertyPath = null ): AssertionChain
7970 {
@@ -82,8 +73,6 @@ public static function thatNullOr($value, $defaultMessage = null, string $defaul
8273
8374 /**
8475 * Create a lazy assertion object.
85- *
86- * @return LazyAssertion
8776 */
8877 public static function lazy (): LazyAssertion
8978 {
0 commit comments