Use dev instead of stable (#1409)

* Update run-integration-tests.yml

* composer fix-style

* Update run-integration-tests.yml

Co-authored-by: laravel-ide-helper <[email protected]>
This commit is contained in:
Barry vd. Heuvel
2023-01-22 15:01:12 +01:00
committed by GitHub
co-authored by laravel-ide-helper
parent f055d42b39
commit b55769213c
2 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -935,14 +935,14 @@ class ModelsCommand extends Command
// remove the already existing tag to prevent duplicates
foreach ($phpdoc->getTagsByName('mixin') as $tag) {
if($tag->getContent() === $eloquentClassNameInModel) {
if ($tag->getContent() === $eloquentClassNameInModel) {
$phpdoc->deleteTag($tag);
}
}
$phpdoc->appendTag(Tag::createInstance('@mixin ' . $eloquentClassNameInModel, $phpdoc));
}
if ($this->phpstorm_noinspections) {
/**
* Facades, Eloquent API