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

[Task] Apply native parameter and return type hints according to php docs #13474

Merged
merged 53 commits into from
Nov 21, 2022

Conversation

mcop1
Copy link
Contributor

@mcop1 mcop1 commented Oct 28, 2022

Resolves #12240

Draft, tests not working yet.

@mcop1 mcop1 added this to the 11.0.0 milestone Oct 28, 2022
@github-actions
Copy link

github-actions bot commented Oct 28, 2022

Review Checklist

  • Target branch (10.5 for bug fixes, others 11.x)
  • Tests (if it's testable code, there should be a test for it - get help)
  • Docs (every functionality needs to be documented, see here)
  • Migration incl. install.sql (e.g. if the database schema changes, ...)
  • Upgrade notes (deprecations, important information, migration hints, ...)
  • Label
  • Milestone

@mcop1 mcop1 changed the title Typed properties lib [Task] Apply native parameter and return type hints according to php docs Oct 28, 2022
bundles/AdminBundle/src/HttpFoundation/JsonResponse.php Outdated Show resolved Hide resolved
bundles/AdminBundle/src/Security/User/User.php Outdated Show resolved Hide resolved
bundles/AdminBundle/src/Security/User/User.php Outdated Show resolved Hide resolved
bundles/AdminBundle/src/Security/User/User.php Outdated Show resolved Hide resolved
bundles/AdminBundle/src/Security/User/User.php Outdated Show resolved Hide resolved
bundles/AdminBundle/src/Security/User/User.php Outdated Show resolved Hide resolved
bundles/AdminBundle/src/Security/User/User.php Outdated Show resolved Hide resolved
bundles/AdminBundle/src/Security/User/UserProvider.php Outdated Show resolved Hide resolved
bundles/AdminBundle/src/Security/User/UserProvider.php Outdated Show resolved Hide resolved
lib/Google/Cse.php Outdated Show resolved Hide resolved
lib/Google/Cse.php Outdated Show resolved Hide resolved
lib/Google/Cse.php Outdated Show resolved Hide resolved
lib/Google/Cse.php Outdated Show resolved Hide resolved
lib/Workflow/Manager.php Outdated Show resolved Hide resolved
models/DataObject/ClassDefinition/Data/Select.php Outdated Show resolved Hide resolved
models/DataObject/ClassDefinition/Layout/Iframe.php Outdated Show resolved Hide resolved
models/DataObject/ClassDefinition/Layout/Text.php Outdated Show resolved Hide resolved
models/Element/Recyclebin/Item.php Outdated Show resolved Hide resolved
@mcop1 mcop1 marked this pull request as ready for review November 21, 2022 13:30
@fashxp fashxp merged commit 83142b5 into 11.x Nov 21, 2022
@brusch brusch deleted the typed_properties_lib branch November 22, 2022 08:33
kingjia90 pushed a commit to pimcore/customer-data-framework that referenced this pull request Nov 28, 2022
* [Task]: Apply native parameter and return type hints - related to pimcore/pimcore#13474
* [Task]: Apply native parameter and return type hints
More return types and fixes added
* [Task]: Apply native parameter and return type hints
* [Task]: Apply native parameter and return type hints

Co-authored-by: Marco Perberschlager <marco.perberschlager@pimcore.com>
dvesh3 added a commit to pimcore/demo that referenced this pull request Nov 29, 2022
* [Task]: Apply native parameter and return type hints - related to pimcore/pimcore#13474

* [Task]: Apply native parameter and return type hints
More return types and fixes added

* [Task]: Apply native parameter and return type hints

* Remove Ecommerce override (#376)

Co-authored-by: Marco Perberschlager <marco.perberschlager@pimcore.com>
@Corepex Corepex mentioned this pull request Dec 5, 2022
mattamon added a commit that referenced this pull request Feb 8, 2023
* Fix Document::hasChildren param default value - follow up to #13474

* Apply suggestions from code review

Co-authored-by: Matthias S. <38959016+mattamon@users.noreply.github.com>

* Review changes

* Expand params for better readability

Co-authored-by: Jacob Dreesen <j.dreesen@neusta.de>

* Expand even more params for readability

---------

Co-authored-by: Matthias S. <38959016+mattamon@users.noreply.github.com>
Co-authored-by: Jacob Dreesen <j.dreesen@neusta.de>
Co-authored-by: mattamon <matthias.schuhmayer@pimcore.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Task] Apply native parameter and return type hints according to php docs
4 participants