Skip to content

Commit 90130a3

Browse files
committed
Documentation
1 parent a78391e commit 90130a3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ PHP 7 MAR, or just "php7mar", is a command line utility to generate reports on e
77
####Will php7mar automatically fix my code?
88
No, php7mar does implement a full lexer to determine code changes and can not determine the intent of the code. It uses lexer tokenizing, string matching, and regular expressions to find syntax changes that may cause issues when porting code to PHP 7. As well, it will detect code snippets in comments and report them as it can not distinguish it as commented code.
99

10+
####What has changed in PHP 7? (Read This!)
11+
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.
12+
1013
#Usage
1114
First, start by downloading or cloning this repository. It does not need to be placed inside the folder containing the source code.
1215

0 commit comments

Comments
 (0)