File tree 2 files changed +3
-10
lines changed
tests/Doctrine/Tests/ORM/Functional
2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 806
806
<code >getColumns</code >
807
807
<code >getIndexes</code >
808
808
</PossiblyNullReference >
809
- <PropertyTypeCoercion occurrences =" 1" >
810
- <code >$metadata-> table</code >
811
- </PropertyTypeCoercion >
812
809
</file >
813
810
<file src =" lib/Doctrine/ORM/Mapping/Driver/PHPDriver.php" >
814
811
<PropertyNotSetInConstructor occurrences =" 1" >
1788
1785
<ParamNameMismatch occurrences =" 1" >
1789
1786
<code >$sqlWalker</code >
1790
1787
</ParamNameMismatch >
1791
- <PossiblyNullPropertyAssignmentValue occurrences =" 1" >
1792
- <code >null</code >
1793
- </PossiblyNullPropertyAssignmentValue >
1794
1788
<UndefinedMethod occurrences =" 1" >
1795
1789
<code >walkWhenClauseExpression</code >
1796
1790
</UndefinedMethod >
2021
2015
<code >$this-> SimpleArithmeticExpression()</code >
2022
2016
<code >$value</code >
2023
2017
</PossiblyInvalidPropertyAssignmentValue >
2024
- <PossiblyNullArgument occurrences =" 6 " >
2018
+ <PossiblyNullArgument occurrences =" 5 " >
2025
2019
<code >$aliasIdentVariable</code >
2026
2020
<code >$dql</code >
2027
- <code >$fromClassName</code >
2028
2021
<code >$resultVariable</code >
2029
2022
<code >$this-> query-> getDQL()</code >
2030
2023
<code >$token['value']</code >
Original file line number Diff line number Diff line change 19
19
use Doctrine \ORM \Mapping \MappingException ;
20
20
use Doctrine \ORM \Mapping \ReflectionEmbeddedProperty ;
21
21
use Doctrine \ORM \Query \QueryException ;
22
- use Doctrine \Persistence \Reflection \RuntimePublicReflectionProperty ;
23
22
use Doctrine \Tests \OrmFunctionalTestCase ;
23
+ use ReflectionProperty ;
24
24
25
25
use function class_exists ;
26
26
use function sprintf ;
@@ -53,7 +53,7 @@ public function testMetadataHasReflectionEmbeddablesAccessible(): void
53
53
);
54
54
} else {
55
55
self ::assertInstanceOf (
56
- RuntimePublicReflectionProperty ::class,
56
+ ReflectionProperty ::class,
57
57
$ classMetadata ->getReflectionProperty ('address ' )
58
58
);
59
59
}
You can’t perform that action at this time.
0 commit comments