21 Commits

Author SHA1 Message Date
Christian Flothmann
d71f1fc376 add type declarations where possible 2020-03-18 19:48:39 +01:00
Christian Flothmann
327c3ad22f Merge branch '2.x'
* 2.x:
  clean up docblocks
2020-03-06 16:17:55 +01:00
Christian Flothmann
f6823c30ae clean up docblocks 2020-03-06 16:05:42 +01:00
Christian Flothmann
16952884b7 Merge branch '2.x'
* 2.x:
  remove not needed docblocks
2020-03-06 09:55:48 +01:00
Christian Flothmann
aa38645cd0 remove not needed docblocks 2020-03-06 09:40:57 +01:00
Christian Flothmann
4cf16bd786 make classes final 2020-03-05 16:35:37 +01:00
Christian Flothmann
dc76c4ede2 mark many classes as final 2020-03-02 20:07:52 +01:00
Christian Flothmann
9154e592d9 code style fixes 2020-03-02 17:09:07 +01:00
Christian Flothmann
aaa5681f75 use a lazy loading service locator for decoders 2017-11-24 08:44:26 +01:00
Ener-Getick
c09d998513 Merge branch '1.8' into 2.0 2016-06-17 16:50:53 +02:00
Javier Spagnoletti
0dfff35f44 Replace references to "Symfony2" with "Symfony"
| Q             | A
| ------------- | ---
| Branch        | 2.0
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets |
| License       | MIT
| Doc PR        |

Replace references to "Symfony2" with "Symfony" since this bundle is compatible
with Symfony 3.
2016-06-13 22:00:33 +02:00
Ener-Getick
01d95a8ec3 Mark classes/methods as internal 2015-12-20 18:11:54 +01:00
Christian Flothmann
b8f80f6827 stop injecting the container when possible
Injecting the container in your services is not a good practice. After
this, there are only three classes left that rely on the container being
injected: The `RestRouteLoader` class needs it to resolve controllers
registered as services, the `ParamFetcher` class injects the container
into container aware `ParamInterface` implementations, and the parent
class of the `ViewResponseListener` uses the container.
2015-12-07 22:55:22 +01:00
Lukas Kahwe Smith
ed752bb8a8 fix issues with Symfony 3.0 2015-12-04 20:17:12 +01:00
Lukas Kahwe Smith
757d193bd0 fix Symfony 3.0 2015-11-10 13:30:53 +01:00
florianv
506c9deb41 Fixed code style 2014-06-02 14:53:24 +02:00
florianv
abbaab6d30 Fixed code style 2014-05-27 10:28:40 +02:00
Lukas Kahwe Smith
69d6acff8e re-integrate friendsofsymfony/rest 2013-10-11 13:48:57 +02:00
Stéphane PY
b2c9f9c304 Fixcs, use statements from psr2, + from PHP-CS-Fixer and a few hand 2012-07-11 10:12:12 +02:00
lsmith77
3fa2da6200 use FOS\Rest lib 2012-03-02 14:30:20 -05:00
Lukas Kahwe Smith
05a68bce2b moved DecoderProvider into Decoder sub namespace 2011-09-30 11:29:21 +02:00