Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
S
Silex
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
common
Silex
Commits
e8153254
Commit
e8153254
authored
Mar 22, 2011
by
Fabien Potencier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated email address
parent
da9dfb63
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
13 additions
and
13 deletions
+13
-13
src/Silex/Compiler.php
src/Silex/Compiler.php
+3
-3
src/Silex/Framework.php
src/Silex/Framework.php
+2
-2
src/Silex/StringResponseConverter.php
src/Silex/StringResponseConverter.php
+1
-1
src/Silex/WebTestCase.php
src/Silex/WebTestCase.php
+1
-1
tests/Silex/Tests/BeforeAfterFilterTest.php
tests/Silex/Tests/BeforeAfterFilterTest.php
+1
-1
tests/Silex/Tests/ErrorHandlerTest.php
tests/Silex/Tests/ErrorHandlerTest.php
+1
-1
tests/Silex/Tests/FrameworkTest.php
tests/Silex/Tests/FrameworkTest.php
+1
-1
tests/Silex/Tests/RouterTest.php
tests/Silex/Tests/RouterTest.php
+1
-1
tests/Silex/Tests/WebTestCaseTest.php
tests/Silex/Tests/WebTestCaseTest.php
+1
-1
tests/bootstrap.php
tests/bootstrap.php
+1
-1
No files found.
src/Silex/Compiler.php
View file @
e8153254
...
...
@@ -3,7 +3,7 @@
/*
* This file is part of the Silex framework.
*
* (c) Fabien Potencier <fabien
.potencier
@symfony.com>
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
...
...
@@ -17,7 +17,7 @@ use Symfony\Component\HttpKernel\Kernel;
/**
* The Compiler class compiles the Silex framework.
*
* @author Fabien Potencier <fabien
.potencier
@symfony.com>
* @author Fabien Potencier <fabien@symfony.com>
*/
class
Compiler
{
...
...
@@ -70,7 +70,7 @@ class Compiler
/*
* This file is part of the Silex framework.
*
* (c) Fabien Potencier <fabien
.potencier
@symfony.com>
* (c) Fabien Potencier <fabien@symfony.com>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
...
...
src/Silex/Framework.php
View file @
e8153254
...
...
@@ -3,7 +3,7 @@
/*
* This file is part of the Silex framework.
*
* (c) Fabien Potencier <fabien
.potencier
@symfony.com>
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
...
...
@@ -27,7 +27,7 @@ use Symfony\Component\Routing\Matcher\UrlMatcher;
/**
* The Silex framework class.
*
* @author Fabien Potencier <fabien
.potencier
@symfony.com>
* @author Fabien Potencier <fabien@symfony.com>
*/
class
Framework
extends
HttpKernel
implements
EventSubscriberInterface
{
...
...
src/Silex/StringResponseConverter.php
View file @
e8153254
...
...
@@ -3,7 +3,7 @@
/*
* This file is part of the Silex framework.
*
* (c) Fabien Potencier <fabien
.potencier
@symfony.com>
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
...
...
src/Silex/WebTestCase.php
View file @
e8153254
...
...
@@ -3,7 +3,7 @@
/*
* This file is part of the Silex framework.
*
* (c) Fabien Potencier <fabien
.potencier
@symfony.com>
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
...
...
tests/Silex/Tests/BeforeAfterFilterTest.php
View file @
e8153254
...
...
@@ -3,7 +3,7 @@
/*
* This file is part of the Silex framework.
*
* (c) Fabien Potencier <fabien
.potencier
@symfony.com>
* (c) Fabien Potencier <fabien@symfony.com>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
...
...
tests/Silex/Tests/ErrorHandlerTest.php
View file @
e8153254
...
...
@@ -3,7 +3,7 @@
/*
* This file is part of the Silex framework.
*
* (c) Fabien Potencier <fabien
.potencier
@symfony.com>
* (c) Fabien Potencier <fabien@symfony.com>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
...
...
tests/Silex/Tests/FrameworkTest.php
View file @
e8153254
...
...
@@ -3,7 +3,7 @@
/*
* This file is part of the Silex framework.
*
* (c) Fabien Potencier <fabien
.potencier
@symfony.com>
* (c) Fabien Potencier <fabien@symfony.com>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
...
...
tests/Silex/Tests/RouterTest.php
View file @
e8153254
...
...
@@ -3,7 +3,7 @@
/*
* This file is part of the Silex framework.
*
* (c) Fabien Potencier <fabien
.potencier
@symfony.com>
* (c) Fabien Potencier <fabien@symfony.com>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
...
...
tests/Silex/Tests/WebTestCaseTest.php
View file @
e8153254
...
...
@@ -3,7 +3,7 @@
/*
* This file is part of the Silex framework.
*
* (c) Fabien Potencier <fabien
.potencier
@symfony.com>
* (c) Fabien Potencier <fabien@symfony.com>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
...
...
tests/bootstrap.php
View file @
e8153254
...
...
@@ -3,7 +3,7 @@
/*
* This file is part of the Silex framework.
*
* (c) Fabien Potencier <fabien
.potencier
@symfony.com>
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment