-
Hello everybody, i have a misstake with FOSRestBundle.
I have recently upgrade to symfony 4.4 from 4.1 and now every endpoint return me an error 500 with this message
> Notice: Undefined offset: …
-
https://github.com/FriendsOfSymfony/FOSRestBundle/pull/2024 introduced ignoring the UserInterface class as controller argument
https://github.com/FriendsOfSymfony/FOSRestBundle/blob/ab328c73cadc1ee7a…
-
@everzet: did we ever have an XSD file?
in our fixtures we seem to assume so:
```
```
https://travis-ci.org/FriendsOfSymfony/FOSRestBundle/jobs/3687051
@tobion: i assume we are not seeing those e…
-
I'm currently testing the 3.0 branch with symfony 5 and in my test for 404 calls I did run into the following exception now using the `$client = createClient(); $client->request('/admin/api/test');`:
…
-
**Symfony version(s) affected**: 4.4.11 (checked also 4.4.0 with same result)
**Description**
I upgraded 3.4 app to 4.4.* with all dependencies and i got this error while requesting my index act…
-
- Plugin Name:
- Plugin Version: 6.12.1
- OS Name: Linux
- OS Version: 4.15.0-123-generic
- Java Version: 11.0.9
- App Name: PhpStorm
- App Full Name: PhpStorm
- Is Snapshot: false
- App Build: PS-20…
-
It would be very nice to have php-cs-fixer-shim (inspired by https://github.com/phpstan/phpstan-shim ). It combines both benefits of phar usage and semantic versioning and seamless update of libraries…
mente updated
4 years ago
-
My composer.json
{
"type": "project",
"license": "proprietary",
"require": {
"php": "^7.1.3",
"ext-ctype": "*",
"ext-iconv": "*",
"api-platform/…
-
#### What are you trying to achieve?
I'm runing my functional test suite after update my vendors (updating symfony and codeception).
When I run all test suite I get this error. But if I run only a t…
bruli updated
3 years ago
-
My `composer.json`:
```json
{
"name": "gregv/des-iwid",
"description" : "The Desoutter Industrial Tools multilingual website",
"license": "proprietary",
"type": "project",
…