Completed
Branch master (4b472f)
by Eser
05:31
created
src/Yaml/Escaper.php 1 patch
Indentation   +26 added lines, -26 removed lines patch added patch discarded remove patch
@@ -1,31 +1,31 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Scabbia2 Yaml Component
4
- * https://github.com/eserozvataf/scabbia2
5
- *
6
- * For the full copyright and license information, please view the LICENSE
7
- * file that was distributed with this source code.
8
- *
9
- * @link        https://github.com/eserozvataf/scabbia2-yaml for the canonical source repository
10
- * @copyright   2010-2016 Eser Ozvataf. (http://eser.ozvataf.com/)
11
- * @license     http://www.apache.org/licenses/LICENSE-2.0 - Apache License, Version 2.0
12
- *
13
- * -------------------------
14
- * Portions of this code are from Symfony YAML Component under the MIT license.
15
- *
16
- * (c) Fabien Potencier <[email protected]>
17
- *
18
- * For the full copyright and license information, please view the LICENSE-MIT
19
- * file that was distributed with this source code.
20
- *
21
- * Modifications made:
22
- * - Scabbia Framework code styles applied.
23
- * - All dump methods are moved under Dumper class.
24
- * - Redundant classes removed.
25
- * - Namespace changed.
26
- * - Tests ported to Scabbia2.
27
- * - Encoding checks removed.
28
- */
3
+     * Scabbia2 Yaml Component
4
+     * https://github.com/eserozvataf/scabbia2
5
+     *
6
+     * For the full copyright and license information, please view the LICENSE
7
+     * file that was distributed with this source code.
8
+     *
9
+     * @link        https://github.com/eserozvataf/scabbia2-yaml for the canonical source repository
10
+     * @copyright   2010-2016 Eser Ozvataf. (http://eser.ozvataf.com/)
11
+     * @license     http://www.apache.org/licenses/LICENSE-2.0 - Apache License, Version 2.0
12
+     *
13
+     * -------------------------
14
+     * Portions of this code are from Symfony YAML Component under the MIT license.
15
+     *
16
+     * (c) Fabien Potencier <[email protected]>
17
+     *
18
+     * For the full copyright and license information, please view the LICENSE-MIT
19
+     * file that was distributed with this source code.
20
+     *
21
+     * Modifications made:
22
+     * - Scabbia Framework code styles applied.
23
+     * - All dump methods are moved under Dumper class.
24
+     * - Redundant classes removed.
25
+     * - Namespace changed.
26
+     * - Tests ported to Scabbia2.
27
+     * - Encoding checks removed.
28
+     */
29 29
 
30 30
 namespace Scabbia\Yaml;
31 31
 
Please login to merge, or discard this patch.
src/Yaml/Inline.php 1 patch
Indentation   +26 added lines, -26 removed lines patch added patch discarded remove patch
@@ -1,31 +1,31 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Scabbia2 Yaml Component
4
- * https://github.com/eserozvataf/scabbia2
5
- *
6
- * For the full copyright and license information, please view the LICENSE
7
- * file that was distributed with this source code.
8
- *
9
- * @link        https://github.com/eserozvataf/scabbia2-yaml for the canonical source repository
10
- * @copyright   2010-2016 Eser Ozvataf. (http://eser.ozvataf.com/)
11
- * @license     http://www.apache.org/licenses/LICENSE-2.0 - Apache License, Version 2.0
12
- *
13
- * -------------------------
14
- * Portions of this code are from Symfony YAML Component under the MIT license.
15
- *
16
- * (c) Fabien Potencier <[email protected]>
17
- *
18
- * For the full copyright and license information, please view the LICENSE-MIT
19
- * file that was distributed with this source code.
20
- *
21
- * Modifications made:
22
- * - Scabbia Framework code styles applied.
23
- * - All dump methods are moved under Dumper class.
24
- * - Redundant classes removed.
25
- * - Namespace changed.
26
- * - Tests ported to Scabbia2.
27
- * - Encoding checks removed.
28
- */
3
+     * Scabbia2 Yaml Component
4
+     * https://github.com/eserozvataf/scabbia2
5
+     *
6
+     * For the full copyright and license information, please view the LICENSE
7
+     * file that was distributed with this source code.
8
+     *
9
+     * @link        https://github.com/eserozvataf/scabbia2-yaml for the canonical source repository
10
+     * @copyright   2010-2016 Eser Ozvataf. (http://eser.ozvataf.com/)
11
+     * @license     http://www.apache.org/licenses/LICENSE-2.0 - Apache License, Version 2.0
12
+     *
13
+     * -------------------------
14
+     * Portions of this code are from Symfony YAML Component under the MIT license.
15
+     *
16
+     * (c) Fabien Potencier <[email protected]>
17
+     *
18
+     * For the full copyright and license information, please view the LICENSE-MIT
19
+     * file that was distributed with this source code.
20
+     *
21
+     * Modifications made:
22
+     * - Scabbia Framework code styles applied.
23
+     * - All dump methods are moved under Dumper class.
24
+     * - Redundant classes removed.
25
+     * - Namespace changed.
26
+     * - Tests ported to Scabbia2.
27
+     * - Encoding checks removed.
28
+     */
29 29
 
30 30
 namespace Scabbia\Yaml;
31 31
 
Please login to merge, or discard this patch.
src/Yaml/ParseException.php 1 patch
Indentation   +26 added lines, -26 removed lines patch added patch discarded remove patch
@@ -1,31 +1,31 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Scabbia2 Yaml Component
4
- * https://github.com/eserozvataf/scabbia2
5
- *
6
- * For the full copyright and license information, please view the LICENSE
7
- * file that was distributed with this source code.
8
- *
9
- * @link        https://github.com/eserozvataf/scabbia2-yaml for the canonical source repository
10
- * @copyright   2010-2016 Eser Ozvataf. (http://eser.ozvataf.com/)
11
- * @license     http://www.apache.org/licenses/LICENSE-2.0 - Apache License, Version 2.0
12
- *
13
- * -------------------------
14
- * Portions of this code are from Symfony YAML Component under the MIT license.
15
- *
16
- * (c) Fabien Potencier <[email protected]>
17
- *
18
- * For the full copyright and license information, please view the LICENSE-MIT
19
- * file that was distributed with this source code.
20
- *
21
- * Modifications made:
22
- * - Scabbia Framework code styles applied.
23
- * - All dump methods are moved under Dumper class.
24
- * - Redundant classes removed.
25
- * - Namespace changed.
26
- * - Tests ported to Scabbia2.
27
- * - Encoding checks removed.
28
- */
3
+     * Scabbia2 Yaml Component
4
+     * https://github.com/eserozvataf/scabbia2
5
+     *
6
+     * For the full copyright and license information, please view the LICENSE
7
+     * file that was distributed with this source code.
8
+     *
9
+     * @link        https://github.com/eserozvataf/scabbia2-yaml for the canonical source repository
10
+     * @copyright   2010-2016 Eser Ozvataf. (http://eser.ozvataf.com/)
11
+     * @license     http://www.apache.org/licenses/LICENSE-2.0 - Apache License, Version 2.0
12
+     *
13
+     * -------------------------
14
+     * Portions of this code are from Symfony YAML Component under the MIT license.
15
+     *
16
+     * (c) Fabien Potencier <[email protected]>
17
+     *
18
+     * For the full copyright and license information, please view the LICENSE-MIT
19
+     * file that was distributed with this source code.
20
+     *
21
+     * Modifications made:
22
+     * - Scabbia Framework code styles applied.
23
+     * - All dump methods are moved under Dumper class.
24
+     * - Redundant classes removed.
25
+     * - Namespace changed.
26
+     * - Tests ported to Scabbia2.
27
+     * - Encoding checks removed.
28
+     */
29 29
 
30 30
 namespace Scabbia\Yaml;
31 31
 
Please login to merge, or discard this patch.
src/Yaml/Parser.php 1 patch
Indentation   +26 added lines, -26 removed lines patch added patch discarded remove patch
@@ -1,31 +1,31 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Scabbia2 Yaml Component
4
- * https://github.com/eserozvataf/scabbia2
5
- *
6
- * For the full copyright and license information, please view the LICENSE
7
- * file that was distributed with this source code.
8
- *
9
- * @link        https://github.com/eserozvataf/scabbia2-yaml for the canonical source repository
10
- * @copyright   2010-2016 Eser Ozvataf. (http://eser.ozvataf.com/)
11
- * @license     http://www.apache.org/licenses/LICENSE-2.0 - Apache License, Version 2.0
12
- *
13
- * -------------------------
14
- * Portions of this code are from Symfony YAML Component under the MIT license.
15
- *
16
- * (c) Fabien Potencier <[email protected]>
17
- *
18
- * For the full copyright and license information, please view the LICENSE-MIT
19
- * file that was distributed with this source code.
20
- *
21
- * Modifications made:
22
- * - Scabbia Framework code styles applied.
23
- * - All dump methods are moved under Dumper class.
24
- * - Redundant classes removed.
25
- * - Namespace changed.
26
- * - Tests ported to Scabbia2.
27
- * - Encoding checks removed.
28
- */
3
+     * Scabbia2 Yaml Component
4
+     * https://github.com/eserozvataf/scabbia2
5
+     *
6
+     * For the full copyright and license information, please view the LICENSE
7
+     * file that was distributed with this source code.
8
+     *
9
+     * @link        https://github.com/eserozvataf/scabbia2-yaml for the canonical source repository
10
+     * @copyright   2010-2016 Eser Ozvataf. (http://eser.ozvataf.com/)
11
+     * @license     http://www.apache.org/licenses/LICENSE-2.0 - Apache License, Version 2.0
12
+     *
13
+     * -------------------------
14
+     * Portions of this code are from Symfony YAML Component under the MIT license.
15
+     *
16
+     * (c) Fabien Potencier <[email protected]>
17
+     *
18
+     * For the full copyright and license information, please view the LICENSE-MIT
19
+     * file that was distributed with this source code.
20
+     *
21
+     * Modifications made:
22
+     * - Scabbia Framework code styles applied.
23
+     * - All dump methods are moved under Dumper class.
24
+     * - Redundant classes removed.
25
+     * - Namespace changed.
26
+     * - Tests ported to Scabbia2.
27
+     * - Encoding checks removed.
28
+     */
29 29
 
30 30
 namespace Scabbia\Yaml;
31 31
 
Please login to merge, or discard this patch.