nextcloud / passman

🔐 Open source password manager with Nextcloud integration
https://passman.cc
GNU Affero General Public License v3.0
789 stars 108 forks source link

Use square bracket syntax to modify array #797

Closed shdehnavi closed 1 year ago

shdehnavi commented 1 year ago

square bracket syntax is used instead of the array_push method, if we want to add one element to the array, it's better to use $array[] = because in that way there is no overhead of calling a function.

shdehnavi commented 1 year ago

@animalillo Shall i need to do anything else to merge this PR?