Completed
Push — develop ( 57a182...251362 )
by Stuart
01:50
created
src/string-functions.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -99,7 +99,7 @@
 block discarded – undo
99 99
         // in case a named parameter appears multiple times in the format string
100 100
         if ($paramKeys[$paramName] === -1) {
101 101
             // no - it needs a home
102
-            $messageData[$nextData] =& $args[$paramName];
102
+            $messageData[$nextData] = & $args[$paramName];
103 103
             $paramKeys[$paramName] = $nextData;
104 104
             $nextData++;
105 105
         }
Please login to merge, or discard this patch.