Skip to content

Commit e2c5bc3

Browse files
committed
Add a helper note about poorly formatted code.
1 parent a163f4a commit e2c5bc3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ No, php7mar does implement a full lexer to determine code changes and can not de
1010
####What has changed in PHP 7? (Read This!)
1111
If you are currently unfamiliar with what will change moving to PHP 7 then read the [UPGRADING file in the current master branch of php-src](https://github.com/php/php-src/blob/master/UPGRADING). Understanding these changes is important to reading the reports generated by php7mar.
1212

13+
####Does it handle very poorly styled code?
14+
Very poorly styled code will not parse well, but assuming there is at least some structure to the code style it should still parse. If the code is entirely too poorly formatted there are several web sites that can be used to clean up source code.
15+
16+
* http://www.phpformatter.com/ (Does not support PHP 5.4 [] array syntax.)
17+
* http://phpbeautifier.com/
18+
* http://phpcodecleaner.com/
19+
1320
#Usage
1421
First, start by downloading or cloning this repository. It does not need to be placed inside the folder containing the source code.
1522

0 commit comments

Comments
 (0)