This repository was archived by the owner on Aug 8, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88
99# Apple
1010.DS_Store
11+
12+ # PHPStorm
13+ /.idea
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ public function getSlug()
104104
105105 public function __toString ()
106106 {
107- return $ this ->getName ();
107+ return strval ( $ this ->getName () );
108108 }
109109
110110 /**
Original file line number Diff line number Diff line change @@ -298,6 +298,6 @@ public function getPosition()
298298
299299 public function __toString ()
300300 {
301- return $ this ->getTitle ();
301+ return strval ( $ this ->getTitle () );
302302 }
303303}
Original file line number Diff line number Diff line change @@ -259,6 +259,6 @@ public function getIsHome()
259259
260260 public function __toString ()
261261 {
262- return $ this ->getTitle ();
262+ return strval ( $ this ->getTitle () );
263263 }
264264}
Original file line number Diff line number Diff line change 11{
22 "name" : " devtronic/cms-bundle" ,
3- "description" : " A CMS Bundle for Symfony2" ,
4- "version" : " 1.0.3" ,
3+ "description" : " A CMS Bundle for Symfony3" ,
54 "type" : " symfony-bundle" ,
65 "require" : {
76 "php" : " >=5.3.3" ,
1413 "email" : " admin@developer-heaven.de"
1514 }
1615 ],
16+ "suggest" : {
17+ "sonata-project/admin-bundle" : " For using the admins"
18+ },
1719 "minimum-stability" : " stable" ,
1820 "autoload" : {
1921 "psr-4" : { "Devtronic\\ CmsBundle\\ " : " " }
You can’t perform that action at this time.
0 commit comments