Skip to content

Commit c93028f

Browse files
committed
fix: regenerate PHPStan baseline
Signed-off-by: Sam Poyigi <[email protected]>
1 parent 2f4b3b3 commit c93028f

File tree

1 file changed

+8
-13
lines changed

1 file changed

+8
-13
lines changed

phpstan-baseline.neon

+8-13
Original file line numberDiff line numberDiff line change
@@ -291,12 +291,12 @@ parameters:
291291
path: src/Classes/OrderManager.php
292292

293293
-
294-
message: "#^Call to an undefined static method Igniter\\\\User\\\\Facades\\\\Auth\\:\\:customer\\(\\)\\.$#"
294+
message: "#^Call to an undefined static method Igniter\\\\User\\\\Models\\\\Address\\:\\:find\\(\\)\\.$#"
295295
count: 1
296296
path: src/Classes/OrderManager.php
297297

298298
-
299-
message: "#^Call to an undefined static method Igniter\\\\User\\\\Models\\\\Address\\:\\:find\\(\\)\\.$#"
299+
message: "#^Result of static method Igniter\\\\User\\\\Facades\\\\Auth\\:\\:customer\\(\\) \\(void\\) is used\\.$#"
300300
count: 1
301301
path: src/Classes/OrderManager.php
302302

@@ -311,17 +311,17 @@ parameters:
311311
path: src/Extension.php
312312

313313
-
314-
message: "#^Call to an undefined static method Igniter\\\\User\\\\Facades\\\\Auth\\:\\:getId\\(\\)\\.$#"
314+
message: "#^Call to an undefined static method Igniter\\\\User\\\\Http\\\\Controllers\\\\Customers\\:\\:extendFormFields\\(\\)\\.$#"
315315
count: 1
316316
path: src/Extension.php
317317

318318
-
319-
message: "#^Call to an undefined static method Igniter\\\\User\\\\Http\\\\Controllers\\\\Customers\\:\\:extendFormFields\\(\\)\\.$#"
319+
message: "#^Method Igniter\\\\Admin\\\\Widgets\\\\Form\\:\\:addTabFields\\(\\) invoked with 2 parameters, 1 required\\.$#"
320320
count: 1
321321
path: src/Extension.php
322322

323323
-
324-
message: "#^Method Igniter\\\\Admin\\\\Widgets\\\\Form\\:\\:addTabFields\\(\\) invoked with 2 parameters, 1 required\\.$#"
324+
message: "#^Result of static method Igniter\\\\User\\\\Facades\\\\Auth\\:\\:getId\\(\\) \\(void\\) is used\\.$#"
325325
count: 1
326326
path: src/Extension.php
327327

@@ -356,12 +356,12 @@ parameters:
356356
path: src/FormWidgets/StockEditor.php
357357

358358
-
359-
message: "#^Call to an undefined static method Igniter\\\\Cart\\\\Models\\\\StockHistory\\:\\:whereIn\\(\\)\\.$#"
359+
message: "#^Call to an undefined method Illuminate\\\\Contracts\\\\Auth\\\\Authenticatable\\:\\:getAvailableLocations\\(\\)\\.$#"
360360
count: 1
361361
path: src/FormWidgets/StockEditor.php
362362

363363
-
364-
message: "#^Call to an undefined static method Igniter\\\\User\\\\Facades\\\\AdminAuth\\:\\:user\\(\\)\\.$#"
364+
message: "#^Call to an undefined static method Igniter\\\\Cart\\\\Models\\\\StockHistory\\:\\:whereIn\\(\\)\\.$#"
365365
count: 1
366366
path: src/FormWidgets/StockEditor.php
367367

@@ -391,12 +391,7 @@ parameters:
391391
path: src/Http/Controllers/Orders.php
392392

393393
-
394-
message: "#^Call to an undefined static method Igniter\\\\User\\\\Facades\\\\Auth\\:\\:check\\(\\)\\.$#"
395-
count: 1
396-
path: src/Http/Middleware/CartMiddleware.php
397-
398-
-
399-
message: "#^Call to an undefined static method Igniter\\\\User\\\\Facades\\\\Auth\\:\\:getUser\\(\\)\\.$#"
394+
message: "#^Call to an undefined method Illuminate\\\\Contracts\\\\Auth\\\\Authenticatable\\:\\:getKey\\(\\)\\.$#"
400395
count: 1
401396
path: src/Http/Middleware/CartMiddleware.php
402397

0 commit comments

Comments
 (0)