Browse Source

Fix type declarations

Corey Taylor 4 years ago
parent
commit
bf491dec46

+ 1 - 1
tests/test_app/TestApp/Controller/Component/CustomPaginatorComponent.php

@@ -7,7 +7,7 @@ use Cake\Controller\Component\PaginatorComponent;
 
 class CustomPaginatorComponent extends PaginatorComponent
 {
-    protected $_defaultConfig = [
+    protected array $_defaultConfig = [
         'page' => 1,
         'limit' => 20,
         'maxLimit' => 100,