Pablo Largo Mohedano

Results 48 issues of Pablo Largo Mohedano

### Core or SDK? Platform/SDK ### Which part? Which one? sentry/sentry-symfony package ### Description In the Symfony integration guide there is some documentation to integrate it with Monolog: https://docs.sentry.io/platforms/php/guides/symfony/ I'm...

Status: Backlog
Platform: Symfony
API Docs
Team: Web SDK Backend

I think it's in conflict with packages like Colorcoder

### Bug report Hi! I've created a reproducer: https://github.com/devnix/phpstan-non-empty-string-generics-reproducer/blob/main/src/TestArrayShape.php It gives this report, that I thought I was being fixed in [1.10.49](https://github.com/phpstan/phpstan/releases/tag/1.10.49) but it's probably one of the uncovered cases:...

bug

| Q | A |------------- | ----------- | Type | improvement | Fixed issues | #### Summary Taking advantage that the next major version is very near, I thought this...

Requires Feedback
Static Analysis

I've been chatting with @veewee on Discord about adding a template to `ResultInterface` to return what kind of error it could contain. I'm not sure if this could be considered...

Priority: Low
Type: Enhancement

I'll leave here an example given by @azjezz: ```php use Psl\Str; use Psl\Type; use Psl\Option; /** * @var Type\TypeInterface */ $type = Type\option(Type\string()); $str = 'abc'; $arr = []; //...

Priority: Medium
Status: Accepted
Status: Available
Type: Enhancement

**Is your feature request related to a problem? Please describe.** Will probably help to improve code quality and be more compatible with projects using PHPStan already Will start a draft...

Priority: Low
Status: Accepted
Status: Available
Type: Enhancement

https://github.com/azjezz/psl/blob/62632502a7a2004601ebdfa06b32eff6a33a042e/src/Psl/Type/Internal/PositiveIntType.php#L56-L59 The tests are passing, as the code continues until line 70 https://github.com/azjezz/psl/blob/62632502a7a2004601ebdfa06b32eff6a33a042e/src/Psl/Type/Internal/PositiveIntType.php#L70 Does it make sense to keep that `if`?

Type: Bug

I'm not sure about documenting all optional parameters of `Locale::composeLocale()` as it has no effect when introducing non-documented parameters to the function, but I've reviewed all the functions, even the...

Hi! I was checking out your integration as I want to implement Omnipay instead of working directly with Redsys. I've found that you are setting the `Ds_Merchant_Titular` parameter the same...