mirror of
https://github.com/archtechx/laravel-seo.git
synced 2025-12-12 01:44:03 +00:00
Fix some PHPStan errors (#12)
* Fix some PHPStan errors * Fix return type of SEOManager::meta * Fix CS * Update SEOManager.php * Update helpers.php * Update SEOManager.php
This commit is contained in:
parent
7b24a50bd6
commit
20f55c3342
3 changed files with 18 additions and 13 deletions
|
|
@ -28,8 +28,8 @@
|
|||
"imliam/laravel-blade-helper": "^1.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"orchestra/testbench": "^6.9",
|
||||
"nunomaduro/larastan": "^0.6.10",
|
||||
"orchestra/testbench": "^6.23",
|
||||
"nunomaduro/larastan": "^1.0",
|
||||
"pestphp/pest": "^1.2",
|
||||
"pestphp/pest-plugin-laravel": "^1.0",
|
||||
"intervention/image": "^2.7"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue