Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Halfar committed Oct 17, 2024
1 parent baceb96 commit e8a811e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_files/Controller/BarController.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down

0 comments on commit e8a811e

Please sign in to comment.