mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
CS fixes
This commit is contained in:
parent
d036b2390e
commit
ac497feaba
53 changed files with 166 additions and 156 deletions
|
@ -14,9 +14,9 @@ class ClassLoaderTest extends \PHPUnit_Framework_TestCase
|
|||
*
|
||||
* @dataProvider getLoadClassTests
|
||||
*
|
||||
* @param string $class The fully-qualified class name to test, without preceding namespace separator.
|
||||
* @param bool $prependSeparator Whether to call ->loadClass() with a class name with preceding
|
||||
* namespace separator, as it happens in PHP 5.3.0 - 5.3.2. See https://bugs.php.net/50731
|
||||
* @param string $class The fully-qualified class name to test, without preceding namespace separator.
|
||||
* @param bool $prependSeparator Whether to call ->loadClass() with a class name with preceding
|
||||
* namespace separator, as it happens in PHP 5.3.0 - 5.3.2. See https://bugs.php.net/50731
|
||||
*/
|
||||
public function testLoadClass($class, $prependSeparator = FALSE)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue