Skip to content

Commit c89d4ac

Browse files
committed
more specific deprecation
[ci skip]
1 parent 0e0c69c commit c89d4ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SpecBaseObject.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ protected function addError(string $error, $class = '')
308308
/**
309309
* @param string $name property name.
310310
* @return bool true when this object has a property with a non-null value or the property is defined in the OpenAPI spec.
311-
* @deprecated since 1.6.0
311+
* @deprecated since 1.6.0, will be removed in 2.0.0
312312
*/
313313
protected function hasProperty(string $name): bool
314314
{

0 commit comments

Comments
 (0)