Grégoire Paris 8 年之前
父節點
當前提交
afe9951d3b
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      Controller/CoreController.php
  2. 1 1
      Tests/Helpers/PHPUnit_Framework_TestCase.php

+ 1 - 1
Controller/CoreController.php

@@ -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
      */

+ 1 - 1
Tests/Helpers/PHPUnit_Framework_TestCase.php

@@ -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>
  */