Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dynamic return type seed support #1679

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from
Draft

Conversation

mvorisek
Copy link
Member

@mvorisek mvorisek commented Oct 11, 2021

No description provided.

@mvorisek mvorisek changed the title Update phpstan rules with dynamic return type seed support Add dynamic return type seed support Oct 11, 2021
@mvorisek mvorisek force-pushed the improve_seed_stan branch 6 times, most recently from 09b0d70 to cc2cb86 Compare October 11, 2021 16:39
@@ -56,10 +51,13 @@ parameters:
message: '~^Call to an undefined method Atk4\\Ui\\View::addFields\(\)\.$~'
-
path: 'demos/form-control/calendar.php'
message: '~^Call to an undefined method Atk4\\Ui\\Form\\Control::addAction\(\)\.$~'
message: '~^Call to an undefined method Atk4\\Ui\\JsExpression::setDate\(\)\.$~'
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

todo

src/CardDeck.php Outdated
@@ -148,6 +148,7 @@ public function setModel(Model $model, array $fields = null, array $extra = null

if ($count = $this->initPaginator()) {
foreach ($this->model as $m) {
/** @var Card */
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

todo

@mvorisek mvorisek force-pushed the improve_seed_stan branch 4 times, most recently from 4f79064 to 4c4eb82 Compare September 7, 2023 11:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant