diff --git a/Block/BlockContextManager.php b/Block/BlockContextManager.php index 98651ec9..1bb787eb 100644 --- a/Block/BlockContextManager.php +++ b/Block/BlockContextManager.php @@ -162,7 +162,7 @@ public function get($meta, array $settings = array()) * @param BlockInterface $block * * @deprecated since version 2.3, to be renamed in 3.0. - * Use the method configureSettings instead. + * Use the method configureSettings instead */ protected function setDefaultSettings(OptionsResolverInterface $optionsResolver, BlockInterface $block) { diff --git a/Block/BlockServiceInterface.php b/Block/BlockServiceInterface.php index 2e69fe8a..d1db9ab3 100644 --- a/Block/BlockServiceInterface.php +++ b/Block/BlockServiceInterface.php @@ -40,7 +40,7 @@ public function getName(); * * @deprecated since version 2.3, to be renamed in 3.0. * Use the method configureSettings instead. - * This method will be added to the BlockServiceInterface with SonataBlockBundle 3.0. + * This method will be added to the BlockServiceInterface with SonataBlockBundle 3.0 */ public function setDefaultSettings(OptionsResolverInterface $resolver); diff --git a/Templating/Helper/BlockHelper.php b/Templating/Helper/BlockHelper.php index 73ff825a..050ae80c 100644 --- a/Templating/Helper/BlockHelper.php +++ b/Templating/Helper/BlockHelper.php @@ -125,7 +125,7 @@ public function getName() /** * @param string $media Unused, only kept to not break existing code - * @param string $basePath Base path to prepend to the stylesheet urls. + * @param string $basePath Base path to prepend to the stylesheet urls * * @return array|string */ @@ -141,7 +141,7 @@ public function includeJavascripts($media, $basePath = '') /** * @param string $media The css media type to use: all|screen|... - * @param string $basePath Base path to prepend to the stylesheet urls. + * @param string $basePath Base path to prepend to the stylesheet urls * * @return array|string */ diff --git a/Tests/Block/AbstractBlockServiceTest.php b/Tests/Block/AbstractBlockServiceTest.php index 29ec0375..084c1f3a 100644 --- a/Tests/Block/AbstractBlockServiceTest.php +++ b/Tests/Block/AbstractBlockServiceTest.php @@ -20,7 +20,7 @@ ); /** - * @deprecated Deprecated since version 3.1. Use Sonata\BlockBundle\Test\AbstractBlockServiceTestCase instead. + * @deprecated Deprecated since version 3.1. Use Sonata\BlockBundle\Test\AbstractBlockServiceTestCase instead */ abstract class AbstractBlockServiceTest extends AbstractBlockServiceTestCase { diff --git a/Tests/Block/Service/BaseTestBlockService.php b/Tests/Block/Service/BaseTestBlockService.php index 4eadd382..a78636db 100644 --- a/Tests/Block/Service/BaseTestBlockService.php +++ b/Tests/Block/Service/BaseTestBlockService.php @@ -17,7 +17,7 @@ ); /** - * @deprecated Deprecated since version 3.1 and will be removed in 4.0. + * @deprecated Deprecated since version 3.1 and will be removed in 4.0 */ class BaseTestBlockService extends \PHPUnit_Framework_TestCase { diff --git a/Tests/Block/Service/FakeTemplating.php b/Tests/Block/Service/FakeTemplating.php index e6f1cef2..8dbe2f60 100644 --- a/Tests/Block/Service/FakeTemplating.php +++ b/Tests/Block/Service/FakeTemplating.php @@ -20,7 +20,7 @@ ); /** - * @deprecated since version 3.1 and will be removed in 4.0. Use Sonata\BlockBundle\Test\FakeTemplating instead. + * @deprecated since version 3.1 and will be removed in 4.0. Use Sonata\BlockBundle\Test\FakeTemplating instead */ class FakeTemplating extends BaseTemplating {