This repository was archived by the owner on Sep 16, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Serializer/EventSubscriber Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,9 @@ public static function getSubscribedEvents()
33
33
);
34
34
}
35
35
36
+ /**
37
+ * @param PreSerializeEvent $event
38
+ */
36
39
public function onPreSerialize (PreSerializeEvent $ event )
37
40
{
38
41
$ object = $ event ->getObject ();
Original file line number Diff line number Diff line change @@ -34,6 +34,9 @@ public static function getSubscribedEvents()
34
34
);
35
35
}
36
36
37
+ /**
38
+ * @param PreSerializeEvent $event
39
+ */
37
40
public function onPreSerialize (PreSerializeEvent $ event )
38
41
{
39
42
$ object = $ event ->getObject ();
Original file line number Diff line number Diff line change 17
17
"require-dev" : {
18
18
"symfony-cmf/testing" : " ~1.1" ,
19
19
"phpspec/prophecy-phpunit" : " ~1.0.0" ,
20
- "matthiasnoback/symfony-dependency-injection-test" : " 0.*" ,
21
- "matthiasnoback/symfony-config-test" : " 0.*" ,
22
20
"behat/behat" : " ~3.0.0" ,
23
21
"behat/web-api-extension" : " ~1.0" ,
24
- "behat/symfony2-extension" : " ~2.0@dev" ,
25
- "phpcr/phpcr-shell" : " ~1.0" ,
26
- "nelmio/api-doc-bundle" : " ~2.7"
22
+ "behat/symfony2-extension" : " ~2.0@dev"
27
23
},
28
24
"suggest" : {
29
25
"doctrine/phpcr-odm" : " To enable support for the PHPCR ODM documents" ,
You can’t perform that action at this time.
0 commit comments