1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00

Removed trailing whitespace to follow code style

This commit is contained in:
Mark McEver 2023-08-08 15:34:23 -05:00
parent 7ffba7f611
commit 1d1c13a836

View File

@ -1521,7 +1521,7 @@ class StubTest extends TestCase
* - The autoloader defined a global containing the path to that file
* - The code being scanned required the path specified by the autoloader defined global
* - A docblock was added via a stub that marked the function as a taint source
* - The stub docblock was incorrectly ignored, causing the the taint source to be ignored.
* - The stub docblock was incorrectly ignored, causing the the taint source to be ignored
*/
public function testAutoloadDefinedRequirePath(): void
{