Skip to content

Commit 7905f83

Browse files
committed
Merge branch '2.3' into 2.4
* 2.3: fixed types in phpdocs Conflicts: src/Symfony/Bridge/Twig/TwigEngine.php src/Symfony/Bundle/FrameworkBundle/Templating/Loader/FilesystemLoader.php src/Symfony/Component/Filesystem/Tests/FilesystemTest.php src/Symfony/Component/Form/Extension/Core/ChoiceList/SimpleChoiceList.php src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php src/Symfony/Component/HttpKernel/Controller/ControllerResolverInterface.php src/Symfony/Component/PropertyAccess/PropertyAccessorBuilder.php src/Symfony/Component/Serializer/Encoder/XmlEncoder.php src/Symfony/Component/Stopwatch/StopwatchEvent.php src/Symfony/Component/Templating/PhpEngine.php
2 parents b81e72b + 01d1fc2 commit 7905f83

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

DataCollector/SecurityDataCollector.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public function collect(Request $request, Response $response, \Exception $except
6565
/**
6666
* Checks if security is enabled.
6767
*
68-
* @return Boolean true if security is enabled, false otherwise
68+
* @return bool true if security is enabled, false otherwise
6969
*/
7070
public function isEnabled()
7171
{
@@ -95,7 +95,7 @@ public function getRoles()
9595
/**
9696
* Checks if the user is authenticated or not.
9797
*
98-
* @return Boolean true if the user is authenticated, false otherwise
98+
* @return bool true if the user is authenticated, false otherwise
9999
*/
100100
public function isAuthenticated()
101101
{

DependencyInjection/Security/Factory/AbstractFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ protected function createEntryPoint($container, $id, $config, $defaultEntryPoint
146146
*
147147
* @param array $config
148148
*
149-
* @return Boolean Whether a possibly configured RememberMeServices should be set for this listener
149+
* @return bool Whether a possibly configured RememberMeServices should be set for this listener
150150
*/
151151
protected function isRememberMeAware($config)
152152
{

0 commit comments

Comments
 (0)