diff --git a/tests/test_files/Controller/BarController.php b/tests/test_files/Controller/BarController.php index 6da371b6..b4e7578e 100644 --- a/tests/test_files/Controller/BarController.php +++ b/tests/test_files/Controller/BarController.php @@ -6,7 +6,7 @@ * @property \TestApp\Model\Table\BarBarsTable $BarBars * @property \MyNamespace\MyPlugin\Controller\Component\MyComponent $My * - * @method \TestApp\Model\Entity\BarBar[]|\Cake\Datasource\ResultSetInterface<\TestApp\Model\Entity\BarBar> paginate($object = null, array $settings = []) + * @method \TestApp\Model\Entity\BarBar[]|\Cake\Datasource\ResultSetInterface<\TestApp\Model\Entity\BarBar> paginate(\Cake\Datasource\RepositoryInterface|\Cake\Datasource\QueryInterface|string|null $object = null, array $settings = []) */ class BarController extends AppController {