Don't require trailing slash in PSR-4 autoloader directory
authorMark A. Hershberger <mah@nichework.com>
Sun, 20 May 2018 14:51:34 +0000 (10:51 -0400)
committerLegoktm <legoktm@member.fsf.org>
Sun, 20 May 2018 19:48:40 +0000 (19:48 +0000)
commit8539ecb93dd7beaa4c422859baf233f0478f00d9
tree05202146ac3967b4ca7c67123d6a5246f0b6a524
parent6a329de83517d277a4c497f96a7393f575eacf45
Don't require trailing slash in PSR-4 autoloader directory

This avoids the confusing error â€śFatal error: Uncaught
InvalidArgumentException” or similar.

Bug: T195211
Change-Id: Ifda59a26f8bd968a2d0acbdb157d81dc0bf6aab4
(cherry picked from commit 3b85e362a4098832a08529adc89571a86bf6e9a2)
includes/AutoLoader.php