From 60e658be818bded4f78e069b8ea2a6fa4f88c895 Mon Sep 17 00:00:00 2001 From: Andrew Smith Date: Fri, 12 Jun 2015 15:28:15 +1000 Subject: [PATCH] Remove incorrect use of 'irregardless' Correct word should be simply regardless --- UPGRADING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADING b/UPGRADING index fb6727d346..8d97e5576e 100644 --- a/UPGRADING +++ b/UPGRADING @@ -61,7 +61,7 @@ Changes to variable handling $last = array_pop((getArray())); // Strict Standards: Only variables should be passed by reference - will now throw a strict standards error irregardless of whether parentheses + will now throw a strict standards error regardless of whether parentheses are used. Previously no notice was generated in the second case. * Array elements or object properties that are automatically created during -- 2.40.0