File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 591591 <InvalidArgument >
592592 <code >$type</code >
593593 </InvalidArgument >
594- <RedundantCondition >
595- <code ><![CDATA[ $atomicType !== 'null']]> </code >
596- <code ><![CDATA[ $atomicType->type !== 'mixed' && $atomicType !== 'null']]> </code >
597- </RedundantCondition >
598594 <RedundantConditionGivenDocblockType >
599595 <code >$type instanceof ReflectionNamedType</code >
600596 </RedundantConditionGivenDocblockType >
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ public static function fromReflectionType(
6969
7070 return new self (
7171 $ atomicType ,
72- $ atomicType ->type !== 'mixed ' && $ atomicType !== 'null ' && $ type ->allowsNull ()
72+ $ atomicType ->type !== 'mixed ' && $ atomicType-> type !== 'null ' && $ type ->allowsNull ()
7373 );
7474 }
7575
You can’t perform that action at this time.
0 commit comments