From 8ed103a16bdbcc44db2e1122b9cd6a192433d498 Mon Sep 17 00:00:00 2001 From: Joe Dixon Date: Mon, 15 Apr 2024 14:11:36 +0100 Subject: [PATCH] fix escaping --- phpstan.neon.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpstan.neon.dist b/phpstan.neon.dist index 58223404..83d49a9f 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -14,4 +14,4 @@ parameters: - "#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#" + - "#Call to static method store\(\) on an unknown class Laravel\\\\Telescope\\\\Telescope#"