File tree Expand file tree Collapse file tree 2 files changed +2
-14
lines changed Expand file tree Collapse file tree 2 files changed +2
-14
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- /**
4
- * This file is part of the Symfony3Custom-coding-standard (phpcs standard)
5
- *
6
- * PHP version 5
7
- *
8
- * @category PHP
9
- * @package Symfony3Custom-coding-standard
10
- * @author Authors <Symfony3Custom-coding-standard@escapestudios.github.com>
11
- * @license http://spdx.org/licenses/MIT MIT License
12
- * @link https://github.com/escapestudios/Symfony3Custom-coding-standard
13
- */
14
-
15
3
/**
16
4
* Throws warnings if properties are declared after methods
17
5
*/
Original file line number Diff line number Diff line change 3
3
/**
4
4
* @param string $test Test Argument
5
5
*/
6
- function functionTest ($ test )
6
+ function functionTest1 ($ test )
7
7
{
8
8
return 42 ;
9
9
}
@@ -13,7 +13,7 @@ function functionTest($test)
13
13
*
14
14
* @return int
15
15
*/
16
- function functionTest ($ test )
16
+ function functionTest2 ($ test )
17
17
{
18
18
return 42 ;
19
19
}
You can’t perform that action at this time.
0 commit comments