@@ -119,7 +119,7 @@ class CoreController extends Controller
* NEXT_MAJOR: remove this method.
*
* @deprecated since 3.0, to be removed in 4.0 and action methods will be adjusted.
- * Use Symfony\Component\HttpFoundation\Request as an action argument.
+ * Use Symfony\Component\HttpFoundation\Request as an action argument
* @return Request
*/
@@ -14,7 +14,7 @@ namespace Sonata\AdminBundle\Tests\Helpers;
/**
* This is helpers class for supporting old and new PHPUnit versions.
- * @todo NEXT_MAJOR: Remove this class when dropping support for < PHPUnit 5.4.
+ * @todo NEXT_MAJOR: Remove this class when dropping support for < PHPUnit 5.4
* @author Oleksandr Savchenko <savchenko.oleksandr.ua@gmail.com>