mirror of
https://github.com/nextcloud/server.git
synced 2026-03-04 18:28:08 +01:00
The not equal comparison (<>) of a variable with an empty string could lead to false positive results as the compare do not check the type and thereby could not make sure that the checked variable is a string. The usage of the not identical comparison operator (!==) make sure that the variable is a string and not empty.
4.9 KiB
Executable File
4.9 KiB
Executable File