WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Tests/Application/config/templates/examples Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3434 'get_class_to_class_keyword ' => false , // should be enabled as soon as support for php < 8 is dropped
3535 'nullable_type_declaration_for_default_null_value ' => true ,
3636 'no_null_property_initialization ' => false ,
37+ 'new_with_parentheses ' => true ,
3738 ])
3839 ->setFinder (
3940 PhpCsFixer \Finder::create ()
Original file line number Diff line number Diff line change 88 public =" true" >
99 <tag name =" container.service_subscriber" />
1010 <tag name =" controller.service_arguments" />
11- <tag name =" sulu.context" context =" website" />
1211 <call method =" setContainer" >
1312 <argument type =" service" id =" Psr\Container\ContainerInterface" />
1413 </call >
1514 </service >
1615
17- <service id =" Sulu\Bundle\ContentBundle\Content\UserInterface\Controller\Website\ContentController" alias =" sulu_content.content_controller" />
16+ <service id =" Sulu\Bundle\ContentBundle\Content\UserInterface\Controller\Website\ContentController" alias =" sulu_content.content_controller" public = " true " />
1817 </services >
1918</container >
Original file line number Diff line number Diff line change 66 <key >default</key >
77
88 <view >@ExampleTest/examples/default</view >
9- <controller >Sulu\Bundle\WebsiteBundle\ Controller\DefaultController ::indexAction</controller >
9+ <controller >Sulu\Bundle\ContentBundle\Content\UserInterface\ Controller\Website\ContentController ::indexAction</controller >
1010 <cacheLifetime >604800</cacheLifetime >
1111
1212 <meta >
Original file line number Diff line number Diff line change 66 <key >example-2</key >
77
88 <view >@ExampleTest/examples/example-2</view >
9- <controller >Sulu\Bundle\WebsiteBundle\ Controller\DefaultController ::indexAction</controller >
9+ <controller >Sulu\Bundle\ContentBundle\Content\UserInterface\ Controller\Website\ContentController ::indexAction</controller >
1010 <cacheLifetime >604800</cacheLifetime >
1111
1212 <meta >
Original file line number Diff line number Diff line change 66 <key >no-route</key >
77
88 <view >@ExampleTest/examples/example-2</view >
9- <controller >Sulu\Bundle\WebsiteBundle\ Controller\DefaultController ::indexAction</controller >
9+ <controller >Sulu\Bundle\ContentBundle\Content\UserInterface\ Controller\Website\ContentController ::indexAction</controller >
1010 <cacheLifetime >604800</cacheLifetime >
1111
1212 <meta >
You can’t perform that action at this time.
0 commit comments