Skip to content

Commit ab18b29

Browse files
committed
Remove deprecations
1 parent 1d81f9b commit ab18b29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestCase/Model/Behavior/GeocoderBehaviorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ public function testPagination() {
173173
$controller->getTableLocator()->get('Addresses')->addBehavior('Geocoder');
174174
$options = ['lat' => 13.3, 'lng' => 19.2, 'distance' => 3000];
175175

176-
/** @var \Cake\ORM\Query $query */
176+
/** @var \Cake\ORM\Query\SelectQuery $query */
177177
$query = $controller->getTableLocator()->get('Addresses')->find('distance', ...$options);
178178
$query->orderByAsc('distance');
179179

0 commit comments

Comments
 (0)