Skip to content

Commit 01ae9e6

Browse files
committed
Removed SmartObjectPropertiesClassReflectionExtension because @Property annotations are already fully supported by PHPStan 0.8
1 parent b01155e commit 01ae9e6

File tree

3 files changed

+0
-86
lines changed

3 files changed

+0
-86
lines changed

extension.neon

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@ services:
2828
- phpstan.broker.propertiesClassReflectionExtension
2929
- phpstan.broker.methodsClassReflectionExtension
3030

31-
-
32-
class: PHPStan\Reflection\Nette\SmartObjectPropertiesClassReflectionExtension
33-
tags:
34-
- phpstan.broker.propertiesClassReflectionExtension
35-
3631
-
3732
class: PHPStan\Type\Nette\ComponentModelDynamicReturnTypeExtension
3833
tags:

phpstan.neon

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
parameters:
22
ignoreErrors:
33
- '#PHPUnit_Framework_MockObject_MockObject given#'
4-
- '#Class Nette\\Utils\\ObjectHelpers not found#'
5-
- '#Call to static method getMagicProperties\(\) on an unknown class Nette\\Utils\\ObjectHelpers#'

src/Reflection/Nette/SmartObjectPropertiesClassReflectionExtension.php

Lines changed: 0 additions & 79 deletions
This file was deleted.

0 commit comments

Comments
 (0)