Skip to content

Commit

Permalink
larastan.neon updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
LastDragon-ru committed Mar 23, 2024
1 parent 4e49353 commit 4b4181c
Showing 1 changed file with 1 addition and 48 deletions.
49 changes: 1 addition & 48 deletions packages/dev/src/PhpStan/Container/larastan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ parameters:
- Eloquent

bootstrapFiles:
- bootstrap.php
- ../../../../../larastan/larastan/bootstrap.php

checkOctaneCompatibility: false
noEnvCallsOutsideOfConfig: false
Expand Down Expand Up @@ -154,38 +154,6 @@ services:
tags:
- phpstan.broker.dynamicMethodReturnTypeExtension

-
class: Larastan\Larastan\ReturnTypes\ContainerArrayAccessDynamicMethodReturnTypeExtension
tags:
- phpstan.broker.dynamicMethodReturnTypeExtension

arguments:
className: Illuminate\Contracts\Container\Container

-
class: Larastan\Larastan\ReturnTypes\ContainerArrayAccessDynamicMethodReturnTypeExtension
tags:
- phpstan.broker.dynamicMethodReturnTypeExtension

arguments:
className: Illuminate\Container\Container

-
class: Larastan\Larastan\ReturnTypes\ContainerArrayAccessDynamicMethodReturnTypeExtension
tags:
- phpstan.broker.dynamicMethodReturnTypeExtension

arguments:
className: Illuminate\Foundation\Application

-
class: Larastan\Larastan\ReturnTypes\ContainerArrayAccessDynamicMethodReturnTypeExtension
tags:
- phpstan.broker.dynamicMethodReturnTypeExtension

arguments:
className: Illuminate\Contracts\Foundation\Application

-
class: Larastan\Larastan\Properties\ModelRelationsExtension
tags:
Expand All @@ -206,11 +174,6 @@ services:
tags:
- phpstan.broker.dynamicStaticMethodReturnTypeExtension

-
class: Larastan\Larastan\ReturnTypes\AppMakeDynamicReturnTypeExtension
tags:
- phpstan.broker.dynamicStaticMethodReturnTypeExtension

-
class: Larastan\Larastan\ReturnTypes\AuthExtension
tags:
Expand Down Expand Up @@ -547,16 +510,6 @@ services:
arguments:
viewDirectories: %viewDirectories%

-
class: Larastan\Larastan\ReturnTypes\ApplicationMakeDynamicReturnTypeExtension
tags:
- phpstan.broker.dynamicMethodReturnTypeExtension

-
class: Larastan\Larastan\ReturnTypes\ContainerMakeDynamicReturnTypeExtension
tags:
- phpstan.broker.dynamicMethodReturnTypeExtension

-
class: Larastan\Larastan\ReturnTypes\ConsoleCommand\ArgumentDynamicReturnTypeExtension
tags:
Expand Down

0 comments on commit 4b4181c

Please sign in to comment.