From 01f0ff9972c28544d43aa21bf61b9605dff5bc89 Mon Sep 17 00:00:00 2001 From: Joe Dixon Date: Mon, 15 Apr 2024 14:07:52 +0100 Subject: [PATCH] fix linting --- phpstan.neon.dist | 2 ++ 1 file changed, 2 insertions(+) diff --git a/phpstan.neon.dist b/phpstan.neon.dist index cdee4be6..58223404 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -13,3 +13,5 @@ parameters: - "#\\(void\\) is used.#" - "#Parameter \\$livewire of anonymous function has invalid type#" - "#Class Laravel\\\\Pulse\\\\Pulse not found#" + - "#Class Laravel\\\\Telescope\\\\Contracts\\\\EntriesRepository not found#" + - "#Call to static method store() on an unknown class Laravel\\\\Telescope\\\\Telescope#"