phpmyadmin/test/classes/Server
Kamil Tekiela a42803297c
Psalm fixes 3 (#17221)
* Update psalm-baseline.xml

Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>

* Small bug fixes

Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>

* non-falsy-string is always true

Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>

* currentSearch property is nullable

Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>

* Remove unusued parameter $columnIndex

Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>

* Use parameters instead of globals in sendEditor()

The two globals in this method are read-only. There is an unused
parameter in the signature. Let's add one more and use them instead of globals.

Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>

* Remove unusued parameter $crlf

Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
2021-12-03 12:40:19 -03:00
..
Privileges Add support for account locking 2021-08-21 00:55:33 -03:00
SysInfo Add PHPUnit's Covers annotation on test classes 2021-06-04 23:39:26 -03:00
PluginsTest.php Add PHPUnit's Covers annotation on test classes 2021-06-04 23:39:26 -03:00
PluginTest.php Add PHPUnit's Covers annotation on test classes 2021-06-04 23:39:26 -03:00
PrivilegesTest.php Psalm fixes 3 (#17221) 2021-12-03 12:40:19 -03:00
SelectTest.php Remove useless whitespaces 2021-09-15 17:05:40 -03:00
UserGroupsTest.php Remove useless string concatenations 2021-09-27 21:40:22 -03:00