-
### Feature request
I'd like the following example to work
https://phpstan.org/r/b2c58107-33da-411f-bbc2-bf1ce4d968f1
This would be useful for class with only impure method, for instance
- Repos…
-
### Mautic Version
5.0.x series
### PHP version
8.1.26
### What browsers are you seeing the problem on?
Not relevant
### What happened?
Unable to pass DB migrations
### How can we reproduce th…
-
Hi there,
I had a strange issue running composer update, and having an upgrade for stimulus-bundle from 2.12 to 2.13.2
```
Upgrading symfony/stimulus-bundle (v2.12.0 => v2.13.2)
```
After …
-
I am currently using the `pantheon-systems/upstream-management` package to manage a custom upstream. When settings everything up and running the initial composer install, everything is installed corre…
XjSv updated
8 months ago
-
### Versions:
- ide-helper Version: 2.12.13
- Laravel Version: 9.44
- PHP Version: 8.2
### Description:
After the update to PHP 8.2 all @Property annotations which include in `_ide_helper_mod…
-
### Prerequisites
- [X] I have [searched](https://github.com/roundcube/roundcubemail/issues?q=is%3Aissue) for duplicate or closed issues
- [X] I can recreate the issue with all plugins disabled
### …
-
Hi,
When using `phpstan` or `composer analyze` in `duster.json` it seems the links to the files are changed. This makes it impossible click/open your favorite editor from the report in the terminal…
-
**Describe the bug**
All our builds are failing now (Including Laravel) after this change: https://github.com/shivammathur/php-ubuntu/commit/83d1155cd11a0178b4d7431a0c91ed6c1b7454ad
It manifest …
-
## Problem:
Unable to install latest `infection/infection` due to non-yet upgraded support for latest `nikic/php-parser` dependency
### Fix:
- Upgrade guide: https://github.com/nikic/PHP-Pars…
rkeet updated
7 months ago
-
The stripe docs show examples like this:
```php
$payload = @file_get_contents('php://input');
$event = null;
try {
$event = \Stripe\Event::constructFrom(
json_decode($payload, tr…