Browse Source

Remove lying docblock in tests.

mscherer 2 years ago
parent
commit
b96bd1a633
1 changed files with 0 additions and 3 deletions
  1. 0 3
      tests/test_app/TestApp/Controller/ArticlesController.php

+ 0 - 3
tests/test_app/TestApp/Controller/ArticlesController.php

@@ -20,8 +20,5 @@ use TestApp\Model\Table\ArticlesTable;
 
 class ArticlesController extends Controller
 {
-    /**
-     * @var string
-     */
     protected ?string $defaultTable = ArticlesTable::class;
 }