File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -268,7 +268,7 @@ private function parseForm($form)
268
268
} else {
269
269
// TODO: fixme
270
270
// does not work since: https://github.com/symfony/symfony/commit/03efce1b568379eac21d880e427090e43035f505
271
- $ choices = [] ;
271
+ $ choices = array () ;
272
272
}
273
273
274
274
if (is_array ($ choices ) && count ($ choices )) {
@@ -306,7 +306,7 @@ private function getTypeInstance($type)
306
306
return $ refl ->newInstance ();
307
307
}
308
308
309
- private function createForm ($ item , $ data = null , array $ options = [] )
309
+ private function createForm ($ item , $ data = null , array $ options = array () )
310
310
{
311
311
if ($ this ->implementsType ($ item )) {
312
312
$ type = $ this ->getTypeInstance ($ item );
Original file line number Diff line number Diff line change 15
15
}
16
16
],
17
17
"require" : {
18
- "php" : " >=5.4 " ,
18
+ "php" : " >=5.3 " ,
19
19
"symfony/twig-bundle" : " ~2.3" ,
20
20
"symfony/framework-bundle" : " ~2.3" ,
21
21
"symfony/console" : " ~2.3" ,
You can’t perform that action at this time.
0 commit comments