| Total Complexity | 5 |
| Total Lines | 30 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 17 | final class PropertyBecameInternal implements PropertyBased |
||
| 18 | { |
||
| 19 | /** @var ReflectionPropertyName */ |
||
| 20 | private $formatProperty; |
||
| 21 | |||
| 22 | public function __construct() |
||
| 23 | { |
||
| 24 | $this->formatProperty = new ReflectionPropertyName(); |
||
| 25 | } |
||
| 26 | |||
| 27 | public function __invoke(ReflectionProperty $fromProperty, ReflectionProperty $toProperty) : Changes |
||
| 42 | } |
||
| 43 | |||
| 44 | private function isInternalDocComment(string $comment) : bool |
||
| 49 |