mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-30 19:50:12 +02:00
fixed typos and trailing slashes
This commit is contained in:
@@ -28,6 +28,7 @@ class ChainTest extends \PHPUnit_Framework_TestCase
|
||||
{
|
||||
$request = new Request();
|
||||
$request->verb = 'get';
|
||||
|
||||
return array(
|
||||
array($request)
|
||||
);
|
||||
|
Reference in New Issue
Block a user