PHP: Use the variable style for variable interpolated in strings
commit4e6da78f54e8734dc84386c2df1610985da91931
authorColomban Wendling <ban@herbesfolles.org>
Thu, 9 Apr 2015 22:24:20 +0000 (10 00:24 +0200)
committerColomban Wendling <ban@herbesfolles.org>
Thu, 9 Apr 2015 22:24:20 +0000 (10 00:24 +0200)
treeb11866cc611d1b2181dc087bc380343e175af903
parent1bed458ab9e9c9d3d37440a8c7543c27b073e556
PHP: Use the variable style for variable interpolated in strings

Use the same variable style for simple interpolations ("$foo") than for
complex ones ("${foo}") instead of using the string style itself.  This
gives a visual feedback for simple interpolations.
data/filetypes.html