-
Mention
- Paris, France
- @arnaud_lb
Block or Report
Block or report arnaud-lb
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
phpstan/phpstan Public
PHP Static Analysis Tool - discover bugs in your code without running it!
-
-
php-memory-profiler Public
Memory profiler for PHP. Helps finding memory leaks in PHP scripts.
-
155 contributions in the last year
Less
More
Activity overview
Contributed to
arnaud-lb/php-rdkafka,
arnaud-lb/php-memory-profiler,
phpstan/phpstan-src
and 5 other
repositories
Contribution activity
February 2022
Created 4 commits in 1 repository
Created a pull request in phpstan/phpstan-src that received 6 comments
Accept derived template types
Template types in non-parameter locations are extra strict about what they accept, as they will only accept a type strictly equal to themselves (sa…
+88
−32
•
6
comments
Opened 3 other pull requests in 1 repository
Created an issue in phpstan/phpstan that received 1 comment
Template type bound to integer vs integer ranges
Bug report
In the following code snippet, it is possible to have a int<0,100> with a value that is outside the range.
Code snippet that reproduces …
1
comment