Skip to content

Commit

Permalink
Refactor geolocatorAbstract class, improve data filtering method
Browse files Browse the repository at this point in the history
This commit simplifies the data filtering process in the geolocatorAbstract class. I've replaced the 'array_filter' function usage with 'array_intersect' for better performance and easier code maintenance. Additionally, removed some unnecessary dependencies in composer.json.
  • Loading branch information
Xorg committed Dec 12, 2023
1 parent a78c4e7 commit 6e4b49e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"symfony/dependency-injection": "^6.3||^6.4||^7.0",
"symfony/deprecation-contracts": "^2.2|^3",
"symfony/framework-bundle": "^6.3||^6.4||^7.0",
"symfony/http-kernel": "^6.3||^6.4||^7.0",
"symfony/http-kernel": "^6.3||^6.4||^7.0"
},
"require-dev": {
"symfony/phpunit-bridge": "^6.3||^6.4||^7.0",
Expand Down

0 comments on commit 6e4b49e

Please sign in to comment.