Skip to content

Commit d3dc3d4

Browse files
lines
1 parent a9e78fa commit d3dc3d4

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

src/Reflection/Dummy/DummyConstructorReflection.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,4 +162,5 @@ public function hasNoDiscardAttribute(): TrinaryLogic
162162
// Align with the getAttributes() returning empty
163163
return TrinaryLogic::createNo();
164164
}
165+
165166
}

src/Reflection/ExtendedMethodReflection.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,5 @@ public function getAttributes(): array;
7171
* warning during analysis and on older PHP versions too
7272
*/
7373
public function hasNoDiscardAttribute(): TrinaryLogic;
74+
7475
}

src/Reflection/Type/UnionTypeMethodReflection.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,4 +209,5 @@ public function hasNoDiscardAttribute(): TrinaryLogic
209209
{
210210
return TrinaryLogic::lazyExtremeIdentity($this->methods, static fn (ExtendedMethodReflection $method): TrinaryLogic => $method->hasNoDiscardAttribute());
211211
}
212+
212213
}

src/Reflection/WrappedExtendedMethodReflection.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,4 +178,5 @@ public function hasNoDiscardAttribute(): TrinaryLogic
178178
// Align with the getAttributes() returning empty
179179
return TrinaryLogic::createNo();
180180
}
181+
181182
}

0 commit comments

Comments
 (0)