Skip to content

Commit 60fc781

Browse files
Laravel: suppress PhanTypeMismatchReturn in LaravelComponentProvider.
1 parent 6a8d0ef commit 60fc781

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Instrumentation/Laravel/src/ComponentProvider/LaravelComponentProvider.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313

1414
class LaravelComponentProvider implements ComponentProvider
1515
{
16+
/**
17+
* @phan-suppress PhanTypeMismatchReturn
18+
*/
1619
public function createPlugin(array $properties, Context $context): InstrumentationConfiguration
1720
{
1821
return LaravelConfiguration::fromArray($properties);

0 commit comments

Comments
 (0)