File manager - Edit - /var/www/payraty/helpdesk/vendor/rector/rector/rules/Naming/Guard/NotPrivatePropertyGuard.php
Back
<?php declare (strict_types=1); namespace Rector\Naming\Guard; use Rector\Naming\Contract\Guard\ConflictingNameGuardInterface; use Rector\Naming\Contract\RenameValueObjectInterface; use Rector\Naming\ValueObject\PropertyRename; /** * @implements ConflictingNameGuardInterface<PropertyRename> */ final class NotPrivatePropertyGuard implements ConflictingNameGuardInterface { /** * @param PropertyRename $renameValueObject */ public function isConflicting(RenameValueObjectInterface $renameValueObject) : bool { return !$renameValueObject->isPrivateProperty(); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings