From 8feb9338ac47dc5a4c30fa5987b66d3834c2af5d Mon Sep 17 00:00:00 2001 From: Phil Sturgeon Date: Tue, 23 Oct 2012 16:01:27 -0300 Subject: [PATCH] Formatting issue --- _posts/07-07-01-Error-Reporting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/07-07-01-Error-Reporting.md b/_posts/07-07-01-Error-Reporting.md index f13c947..6d4fd40 100644 --- a/_posts/07-07-01-Error-Reporting.md +++ b/_posts/07-07-01-Error-Reporting.md @@ -29,7 +29,7 @@ use either `-1` or `E_ALL | E_STRICT`. **Reporting Every Possibly Error by PHP Version** * < 5.3 `-1` or `E_ALL` -* 5.3 `-1` or `E_ALL | E_STRICT` +* 5.3 `-1` or `E_ALL | E_STRICT` * > 5.3 `-1` or `E_ALL` ### Production