Completed
Push — master ( 267f86...7e858c )
by Naveen
09:07 queued 01:25
created
vendor/symfony/yaml/Escaper.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -29,17 +29,17 @@
 block discarded – undo
29 29
     // on the input arrays. This ordering of the characters avoids the use of strtr,
30 30
     // which performs more slowly.
31 31
     private static $escapees = array('\\', '\\\\', '\\"', '"',
32
-                                     "\x00",  "\x01",  "\x02",  "\x03",  "\x04",  "\x05",  "\x06",  "\x07",
33
-                                     "\x08",  "\x09",  "\x0a",  "\x0b",  "\x0c",  "\x0d",  "\x0e",  "\x0f",
34
-                                     "\x10",  "\x11",  "\x12",  "\x13",  "\x14",  "\x15",  "\x16",  "\x17",
35
-                                     "\x18",  "\x19",  "\x1a",  "\x1b",  "\x1c",  "\x1d",  "\x1e",  "\x1f",
36
-                                     "\xc2\x85", "\xc2\xa0", "\xe2\x80\xa8", "\xe2\x80\xa9");
32
+                                        "\x00",  "\x01",  "\x02",  "\x03",  "\x04",  "\x05",  "\x06",  "\x07",
33
+                                        "\x08",  "\x09",  "\x0a",  "\x0b",  "\x0c",  "\x0d",  "\x0e",  "\x0f",
34
+                                        "\x10",  "\x11",  "\x12",  "\x13",  "\x14",  "\x15",  "\x16",  "\x17",
35
+                                        "\x18",  "\x19",  "\x1a",  "\x1b",  "\x1c",  "\x1d",  "\x1e",  "\x1f",
36
+                                        "\xc2\x85", "\xc2\xa0", "\xe2\x80\xa8", "\xe2\x80\xa9");
37 37
     private static $escaped = array('\\\\', '\\"', '\\\\', '\\"',
38
-                                     '\\0',   '\\x01', '\\x02', '\\x03', '\\x04', '\\x05', '\\x06', '\\a',
39
-                                     '\\b',   '\\t',   '\\n',   '\\v',   '\\f',   '\\r',   '\\x0e', '\\x0f',
40
-                                     '\\x10', '\\x11', '\\x12', '\\x13', '\\x14', '\\x15', '\\x16', '\\x17',
41
-                                     '\\x18', '\\x19', '\\x1a', '\\e',   '\\x1c', '\\x1d', '\\x1e', '\\x1f',
42
-                                     '\\N', '\\_', '\\L', '\\P');
38
+                                        '\\0',   '\\x01', '\\x02', '\\x03', '\\x04', '\\x05', '\\x06', '\\a',
39
+                                        '\\b',   '\\t',   '\\n',   '\\v',   '\\f',   '\\r',   '\\x0e', '\\x0f',
40
+                                        '\\x10', '\\x11', '\\x12', '\\x13', '\\x14', '\\x15', '\\x16', '\\x17',
41
+                                        '\\x18', '\\x19', '\\x1a', '\\e',   '\\x1c', '\\x1d', '\\x1e', '\\x1f',
42
+                                        '\\N', '\\_', '\\L', '\\P');
43 43
 
44 44
     /**
45 45
      * Determines if a PHP value would require double quoting in YAML.
Please login to merge, or discard this patch.
phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -1,14 +1,14 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * phpDocumentor
4
- *
5
- * PHP Version 5.3
6
- *
7
- * @author    Mike van Riel <[email protected]>
8
- * @copyright 2010-2011 Mike van Riel / Naenius (http://www.naenius.com)
9
- * @license   http://www.opensource.org/licenses/mit-license.php MIT
10
- * @link      http://phpdoc.org
11
- */
3
+     * phpDocumentor
4
+     *
5
+     * PHP Version 5.3
6
+     *
7
+     * @author    Mike van Riel <[email protected]>
8
+     * @copyright 2010-2011 Mike van Riel / Naenius (http://www.naenius.com)
9
+     * @license   http://www.opensource.org/licenses/mit-license.php MIT
10
+     * @link      http://phpdoc.org
11
+     */
12 12
 
13 13
 namespace phpDocumentor\Reflection\DocBlock\Type;
14 14
 
Please login to merge, or discard this patch.
reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Context.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -1,14 +1,14 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * phpDocumentor
4
- *
5
- * PHP Version 5.3
6
- *
7
- * @author    Vasil Rangelov <[email protected]>
8
- * @copyright 2010-2011 Mike van Riel / Naenius (http://www.naenius.com)
9
- * @license   http://www.opensource.org/licenses/mit-license.php MIT
10
- * @link      http://phpdoc.org
11
- */
3
+     * phpDocumentor
4
+     *
5
+     * PHP Version 5.3
6
+     *
7
+     * @author    Vasil Rangelov <[email protected]>
8
+     * @copyright 2010-2011 Mike van Riel / Naenius (http://www.naenius.com)
9
+     * @license   http://www.opensource.org/licenses/mit-license.php MIT
10
+     * @link      http://phpdoc.org
11
+     */
12 12
 
13 13
 namespace phpDocumentor\Reflection\DocBlock\Tag;
14 14
 
Please login to merge, or discard this patch.
reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Description.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -1,14 +1,14 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * phpDocumentor
4
- *
5
- * PHP Version 5.3
6
- *
7
- * @author    Mike van Riel <[email protected]>
8
- * @copyright 2010-2011 Mike van Riel / Naenius (http://www.naenius.com)
9
- * @license   http://www.opensource.org/licenses/mit-license.php MIT
10
- * @link      http://phpdoc.org
11
- */
3
+     * phpDocumentor
4
+     *
5
+     * PHP Version 5.3
6
+     *
7
+     * @author    Mike van Riel <[email protected]>
8
+     * @copyright 2010-2011 Mike van Riel / Naenius (http://www.naenius.com)
9
+     * @license   http://www.opensource.org/licenses/mit-license.php MIT
10
+     * @link      http://phpdoc.org
11
+     */
12 12
 
13 13
 namespace phpDocumentor\Reflection\DocBlock\Type;
14 14
 
Please login to merge, or discard this patch.
reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Location.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -1,14 +1,14 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * phpDocumentor
4
- *
5
- * PHP Version 5.3
6
- *
7
- * @author    Vasil Rangelov <[email protected]>
8
- * @copyright 2010-2011 Mike van Riel / Naenius (http://www.naenius.com)
9
- * @license   http://www.opensource.org/licenses/mit-license.php MIT
10
- * @link      http://phpdoc.org
11
- */
3
+     * phpDocumentor
4
+     *
5
+     * PHP Version 5.3
6
+     *
7
+     * @author    Vasil Rangelov <[email protected]>
8
+     * @copyright 2010-2011 Mike van Riel / Naenius (http://www.naenius.com)
9
+     * @license   http://www.opensource.org/licenses/mit-license.php MIT
10
+     * @link      http://phpdoc.org
11
+     */
12 12
 
13 13
 namespace phpDocumentor\Reflection\DocBlock\Tag;
14 14
 
Please login to merge, or discard this patch.
reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -1,14 +1,14 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * phpDocumentor
4
- *
5
- * PHP Version 5.3
6
- *
7
- * @author    Mike van Riel <[email protected]>
8
- * @copyright 2010-2011 Mike van Riel / Naenius (http://www.naenius.com)
9
- * @license   http://www.opensource.org/licenses/mit-license.php MIT
10
- * @link      http://phpdoc.org
11
- */
3
+     * phpDocumentor
4
+     *
5
+     * PHP Version 5.3
6
+     *
7
+     * @author    Mike van Riel <[email protected]>
8
+     * @copyright 2010-2011 Mike van Riel / Naenius (http://www.naenius.com)
9
+     * @license   http://www.opensource.org/licenses/mit-license.php MIT
10
+     * @link      http://phpdoc.org
11
+     */
12 12
 
13 13
 namespace phpDocumentor\Reflection\DocBlock\Type;
14 14
 
Please login to merge, or discard this patch.
reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/AuthorTag.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -1,14 +1,14 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * phpDocumentor
4
- *
5
- * PHP Version 5.3
6
- *
7
- * @author    Vasil Rangelov <[email protected]>
8
- * @copyright 2010-2011 Mike van Riel / Naenius (http://www.naenius.com)
9
- * @license   http://www.opensource.org/licenses/mit-license.php MIT
10
- * @link      http://phpdoc.org
11
- */
3
+     * phpDocumentor
4
+     *
5
+     * PHP Version 5.3
6
+     *
7
+     * @author    Vasil Rangelov <[email protected]>
8
+     * @copyright 2010-2011 Mike van Riel / Naenius (http://www.naenius.com)
9
+     * @license   http://www.opensource.org/licenses/mit-license.php MIT
10
+     * @link      http://phpdoc.org
11
+     */
12 12
 
13 13
 namespace phpDocumentor\Reflection\DocBlock\Tag;
14 14
 
Please login to merge, or discard this patch.
reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/CoversTag.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -1,14 +1,14 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * phpDocumentor
4
- *
5
- * PHP Version 5.3
6
- *
7
- * @author    Mike van Riel <[email protected]>
8
- * @copyright 2010-2011 Mike van Riel / Naenius (http://www.naenius.com)
9
- * @license   http://www.opensource.org/licenses/mit-license.php MIT
10
- * @link      http://phpdoc.org
11
- */
3
+     * phpDocumentor
4
+     *
5
+     * PHP Version 5.3
6
+     *
7
+     * @author    Mike van Riel <[email protected]>
8
+     * @copyright 2010-2011 Mike van Riel / Naenius (http://www.naenius.com)
9
+     * @license   http://www.opensource.org/licenses/mit-license.php MIT
10
+     * @link      http://phpdoc.org
11
+     */
12 12
 
13 13
 namespace phpDocumentor\Reflection\DocBlock\Type;
14 14
 
Please login to merge, or discard this patch.
reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/MethodTag.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -1,14 +1,14 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * phpDocumentor
4
- *
5
- * PHP Version 5.3
6
- *
7
- * @author    Mike van Riel <[email protected]>
8
- * @copyright 2010-2011 Mike van Riel / Naenius (http://www.naenius.com)
9
- * @license   http://www.opensource.org/licenses/mit-license.php MIT
10
- * @link      http://phpdoc.org
11
- */
3
+     * phpDocumentor
4
+     *
5
+     * PHP Version 5.3
6
+     *
7
+     * @author    Mike van Riel <[email protected]>
8
+     * @copyright 2010-2011 Mike van Riel / Naenius (http://www.naenius.com)
9
+     * @license   http://www.opensource.org/licenses/mit-license.php MIT
10
+     * @link      http://phpdoc.org
11
+     */
12 12
 
13 13
 namespace phpDocumentor\Reflection\DocBlock\Type;
14 14
 
Please login to merge, or discard this patch.