notdian
notdian
Hello there, I get the same error.
Inside `OrderController` ```php $user = Auth::authed() ``` this happens with 7 of my macros auth macros. if I switch to `Auth::guard()->authed()` it works as `GuardDynamicStaticMethodReturnTypeExtension` returns the correct guard, `AuthManager`'s...
Hello, ```php public function get(Request $request): JsonResource { JsonResource::withoutWrapping(); return JsonResource::make(['exists' => ExpoToken::where('token', $request->device_token)->exists()]); } ```
This is one instance of the of the error. ``` Reached internal errors count limit of 50, exiting... Internal error: Internal error: Method dynamicWhere() was not found in reflection of...
that particular error goes away, but other errors are still present
``` ➜ app git:(develop) ✗ ./vendor/bin/phpstan analyse --memory-limit=2G -v app/Models/Events Note: Using configuration file /app/phpstan.neon. 18/18 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100% < 1 sec ------ ------------------------------------------------------------------------------------------------------- Line Event.php ------ ------------------------------------------------------------------------------------------------------- 127 Call to...