Created
March 11, 2013 14:31
-
-
Save sasezaki/5134644 to your computer and use it in GitHub Desktop.
diff SecurityMultiTool/library/SecurityMultiTool/Html/Escaper.php zf2/library/Zend/Escaper/Escaper.php
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1a2,8 | |
| > /** | |
| > * Zend Framework (http://framework.zend.com/) | |
| > * | |
| > * @link http://github.com/zendframework/zf2 for the canonical source repository | |
| > * @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com) | |
| > * @license http://framework.zend.com/license/new-bsd New BSD License | |
| > */ | |
| 3c10 | |
| < namespace SecurityMultiTool\Html; | |
| --- | |
| > namespace Zend\Escaper; | |
| 5c12 | |
| < use SecurityMultiTool\Exception; | |
| --- | |
| > use Zend\Escaper\Exception; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment