Highlights
Pinned
218 contributions in the last year
Less
More
Contribution activity
July 2021
Created 79 commits in 38 repositories
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 13 repositories not shown
Created 2 repositories
Created a pull request in symfony/recipes that received 8 comments
Also ignore secret private key by default for non-prod environments
To me every private key should be excluded by default independent of the environment. Esp. if you use other deployment environments like staging, …
+4
−4
•
8
comments
Opened 11 other pull requests in 6 repositories
symfony/symfony
4
merged
deployphp/deployer
2
merged
symfony/symfony-docs
2
merged
symfony/apache-pack
1
closed
symfony/recipes
1
merged
SymfonyCasts/reset-password-bundle
1
merged
Reviewed 37 pull requests in 5 repositories
symfony/symfony 32 pull requests
- [Debug][ErrorHandler] Do not use the php80 polyfill
- fix intersection types in tests
- Narrow existing return types on private/internal/final/test methods
- Add return type unions to private/internal/final/test methods
- [Form] fix some type annotations
- [DoctrineBridge] Backport workaround for closures
- Simplify some code with null coalesce operator
- [Form] Add types to private properties
- [Finder] Add types to private properties
- [Finder] Make Comparator immutable
- [Finder] Improve ComparatorTest
- Use is_iterable() function when possible
- Optimized some strlen() calls when possible
- [Validator] backport type fixes
- [Security] [Csrf] Add types to private properties
- [Templating] Add types to private properties
- [RateLimiter] Add types to private properties
- [Validator] Add types to private properties
- [Validator] Backport type fixes
- [PasswordHasher] Add types to private properties
- [ExpressionLanguage] Add types to private properties
- [Form] backport type fixes
- [DependencyInjection] Autoconfigurable attributes on methods, properties and parameters
- [ExpressionLanguage] Store compiler and evaluator as closures
- [Cache] Support decorated Dbal drivers in PdoAdapter
- Some pull request reviews not shown.
symfony/symfony-docs 2 pull requests
deployphp/deployer 1 pull request
symfony/acl-bundle 1 pull request
guzzle/psr7 1 pull request
Created an issue in phpstan/phpstan that received 6 comments
False positive on DateTime(Immutable)
Bug report
Phpstan does not seem to understand that there are only two implementations of DateTimeInterface.
The following code
public function __c…
6
comments