Commit 1beca53
committed
Update dependencies, adopt PHPStan bleeding edge, fix issues reported
- In `generate builder` command:
- Include constructor templates in declared methods if they appear in
the relevant parameter type
- Preserve original template names if possible
- In `Application`:
- Require `startSync()` arguments to be strings
- Fix issue where fallback arguments passed to the entity store may
not be not strings
- Require new keys passed to `SerializeRulesInterface` to be strings
- Update return type of `FluentIteratorInterface::nextWithValue()` to
indicate `TValue` must be an object or array
- In `FluentIteratorTrait::nextWithValue()`, remove special handling of
`ArrayAccess` objects
- In `RecursiveFilesystemIterator::nextWithValue()`, don't reject keys
that resolve to `getFileInfo()` or `getPathInfo()`
- In `HasBuilder` trait:
- Use `self` instead of `static` to derive `getBuilder()` return value
- Remove `final` from method declarations to allow reinsertion by
subclasses
- Add `PHPDoc::getClassTemplates()`
- Rename `PHPDoc::getTemplatesForTag()` to `getTagTemplates()`
- Improve `Arr::wrap()` and `Arr::wrapList()` return type annotations
- Fix `File::isSeekableStream()` and `File::isStream()` assertions1 parent abdb048 commit 1beca53
File tree
123 files changed
+934
-564
lines changed- scripts
- src/Toolkit
- Cli
- Collection
- Console
- Support
- Container
- Contract
- Cli
- Container
- Core
- Iterator
- Sync
- Core
- Concern
- Curler
- Pager
- Db
- Http
- OAuth2
- Iterator
- Concern
- PHPDoc
- Tag
- PHPStan/Core/Rules
- Polyfill
- Sli
- Command
- Generate
- Internal
- Data
- Sync
- Command
- Http
- Support
- Utility
- tests
- fixtures/Toolkit
- Core
- AbstractFacade
- Introspector
- PHPStan/Utility/Type
- Reflection
- Sli/Command/AnalyseClass
- Sync/Provider
- Utility/Sys
- unit/Toolkit
- Cli
- Collection
- Core
- Concern
- Http
- Iterator
- PHPDoc
- Sync/Support
- Utility
- Get
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
123 files changed
+934
-564
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | 106 | | |
110 | 107 | | |
111 | 108 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments