File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
src/Symfony/Component/Form Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -350,7 +350,7 @@ public function isSynchronized()
350
350
*/
351
351
public function initialize ()
352
352
{
353
- throw new BadMethodCallException ('Buttons cannot be initialized. Call initialized () on the root form instead. ' );
353
+ throw new BadMethodCallException ('Buttons cannot be initialized. Call initialize () on the root form instead. ' );
354
354
}
355
355
356
356
/**
Original file line number Diff line number Diff line change @@ -790,21 +790,21 @@ public function getRequestHandler()
790
790
/**
791
791
* Unsupported method.
792
792
*
793
- * @return null Always returns null .
793
+ * @return Boolean Always returns false .
794
794
*/
795
795
public function getAutoInitialize ()
796
796
{
797
- return null ;
797
+ return false ;
798
798
}
799
799
800
800
/**
801
801
* Unsupported method.
802
802
*
803
- * @return null Always returns null .
803
+ * @return Boolean Always returns false .
804
804
*/
805
805
public function getInheritData ()
806
806
{
807
- return null ;
807
+ return false ;
808
808
}
809
809
810
810
/**
You can’t perform that action at this time.
0 commit comments