Skip to content

Commit f118b55

Browse files
committed
deprecate old producesWarningForFinalPrivateMethods variant
1 parent 38e517a commit f118b55

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Php/PhpVersion.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,9 @@ public function supportsPassNoneEncodings(): bool
248248
return $this->versionId < 70300;
249249
}
250250

251+
/**
252+
* @deprecated use PhpVersions::producesWarningForFinalPrivateMethods() instead
253+
*/
251254
public function producesWarningForFinalPrivateMethods(): bool
252255
{
253256
return $this->versionId >= 80000;

0 commit comments

Comments
 (0)