- 13 Sep, 2022 1 commit
-
-
Marco Pivetta authored
Remove superfluous trailing line in trait usage generated code
-
- 09 Sep, 2022 1 commit
-
-
renovate[bot] authored
Signed-off-by:Renovate Bot <bot@renovateapp.com>
-
- 08 Sep, 2022 2 commits
-
-
Dorian Savina authored
Signed-off-by:Dorian Savina <d.savina@thecodingmachine.com>
-
Dorian Savina authored
Signed-off-by:Dorian Savina <d.savina@thecodingmachine.com>
-
- 31 Aug, 2022 1 commit
-
-
renovate[bot] authored
Signed-off-by:Renovate Bot <bot@renovateapp.com>
-
- 10 Aug, 2022 1 commit
-
-
renovate[bot] authored
Signed-off-by:Renovate Bot <bot@renovateapp.com>
-
- 05 Aug, 2022 1 commit
-
-
renovate[bot] authored
Signed-off-by:Renovate Bot <bot@renovateapp.com>
-
- 30 Jul, 2022 1 commit
-
-
renovate[bot] authored
Signed-off-by:Renovate Bot <bot@renovateapp.com>
-
- 29 Jul, 2022 1 commit
-
-
renovate[bot] authored
Signed-off-by:Renovate Bot <bot@renovateapp.com>
-
- 28 Jul, 2022 19 commits
-
-
Marco Pivetta authored
Lock file maintenance
-
Marco Pivetta authored
s/`totallyTyped="true"`/`errorLevel="1"` in `psalm.xml` (deprecated since `vimeo/psalm:~4.24` or so) Signed-off-by:Marco Pivetta <ocramius@gmail.com>
-
Marco Pivetta authored
-
Marco Pivetta authored
Add possibility to specify property types for generated properties
-
Marco Pivetta authored
`$this->type` could mutate while being accessed, so we must stash its value in a variable, to prevent potential NPEs
-
Marco Pivetta authored
In #123, some discussion around whether a type could be reset occurred: this change allows for that, so it is possible to generate a `PropertyGenerator` from reflection, and then remove the property type (if needed). This also led to reducing a lot of code (removed conditionals). Ref: https://github.com/laminas/laminas-code/pull/123#discussion_r769513211 Signed-off-by:
Marco Pivetta <ocramius@gmail.com>
-
Marco Pivetta authored
Before this change, generated property types were relative to current namespace, as well as missing nullability flag. This small change ensures that generated types match expectations, and make sense at runtime too. Signed-off-by:Marco Pivetta <ocramius@gmail.com>
-
Allan Sun authored
Signed-off-by:
Allan Sun <allan.sun@bricre.com> Signed-off-by:
Allan Sun <allan.sun@bricre.com>
-
Allan Sun authored
Signed-off-by:
Allan Sun <allan.sun@bricre.com> Signed-off-by:
Allan Sun <allan.sun@bricre.com>
-
Allan Sun authored
Signed-off-by:
Allan Sun <allan.sun@bricre.com> Signed-off-by:
Allan Sun <allan.sun@bricre.com>
-
Allan Sun authored
Signed-off-by:
Allan Sun <allan.sun@bricre.com> Signed-off-by:
Allan Sun <allan.sun@bricre.com>
-
Allan Sun authored
Signed-off-by:
Allan Sun <allan.sun@bricre.com> Signed-off-by:
Allan Sun <allan.sun@bricre.com>
-
Allan Sun authored
Signed-off-by:
Allan Sun <allan.sun@bricre.com> Signed-off-by:
Allan Sun <allan.sun@bricre.com>
-
Allan Sun authored
Signed-off-by:
Allan Sun <allan.sun@bricre.com> Signed-off-by:
Allan Sun <allan.sun@bricre.com>
-
Allan Sun authored
Signed-off-by:
Allan Sun <allan.sun@bricre.com> Signed-off-by:
Allan Sun <allan.sun@bricre.com>
-
Allan Sun authored
Signed-off-by:Allan Sun <allan.sun@bricre.com>
-
Allan Sun authored
Signed-off-by:Allan Sun <allan.sun@bricre.com>
-
Allan Sun authored
Signed-off-by:Allan Sun <allan.sun@bricre.com>
-
Allan Sun authored
Signed-off-by:Allan Sun <allan.sun@bricre.com>
-
- 22 Jul, 2022 1 commit
-
-
renovate[bot] authored
Signed-off-by:Renovate Bot <bot@renovateapp.com>
-
- 21 Jul, 2022 3 commits
-
-
Marco Pivetta authored
Update dependency psalm/plugin-phpunit to ^0.17.0
-
renovate[bot] authored
Signed-off-by:Renovate Bot <bot@renovateapp.com> | datasource | package | from | to | | ---------- | -------------------- | ------ | ------ | | packagist | psalm/plugin-phpunit | 0.16.1 | 0.17.0 |
-
Marco Pivetta authored
-
- 20 Jul, 2022 6 commits
-
-
Marco Pivetta authored
Update actions/cache action to v3
-
Marco Pivetta authored
Update actions/checkout action to v3
-
renovate[bot] authored
Signed-off-by:Renovate Bot <bot@renovateapp.com> | datasource | package | from | to | | ----------- | ---------------- | ---- | -- | | github-tags | actions/checkout | v2 | v3 | | github-tags | actions/checkout | v2 | v3 | | github-tags | actions/checkout | v2 | v3 | | github-tags | actions/checkout | v2 | v3 |
-
renovate[bot] authored
Signed-off-by:Renovate Bot <bot@renovateapp.com> | datasource | package | from | to | | ----------- | ------------- | ---- | -- | | github-tags | actions/cache | v2 | v3 | | github-tags | actions/cache | v2 | v3 | | github-tags | actions/cache | v2 | v3 |
-
Marco Pivetta authored
Configure Renovate
-
renovate[bot] authored
-
- 06 Jun, 2022 2 commits
-
-
Marco Pivetta authored
Merge release 4.5.2 into 4.6.x
-
Marco Pivetta authored
ReflectionEnum is not final
-