diff options
| author | uwetews <uwe.tews@googlemail.com> | 2018-08-31 16:45:09 +0200 |
|---|---|---|
| committer | uwetews <uwe.tews@googlemail.com> | 2018-08-31 16:45:09 +0200 |
| commit | 4f7cd8f1b3e29b108d6eee28e912149f8d8ad893 (patch) | |
| tree | 90363779f2c0ffb5ceb05c9c9391a9a5ad4b6c10 /utilities | |
| parent | d52a04fba1479b560316b7e6b2ec6a97a20cdab0 (diff) | |
| download | smarty-4f7cd8f1b3e29b108d6eee28e912149f8d8ad893.tar.gz smarty-4f7cd8f1b3e29b108d6eee28e912149f8d8ad893.tar.bz2 smarty-4f7cd8f1b3e29b108d6eee28e912149f8d8ad893.zip | |
- reformating for PSR-2 coding standards https://github.com/smarty-php/smarty/pull/483
Diffstat (limited to 'utilities')
| -rw-r--r-- | utilities/BuildExpectedFiles.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/utilities/BuildExpectedFiles.php b/utilities/BuildExpectedFiles.php index b664d0c1..ee33a30d 100644 --- a/utilities/BuildExpectedFiles.php +++ b/utilities/BuildExpectedFiles.php @@ -27,4 +27,3 @@ $code = preg_replace('#\$expectedPlugins =[^;]+#', $expectedPlugins, $code); $expectedSysplugins = '$expectedSysplugins = ' . var_export($sysplugins, true); $code = preg_replace('#\$expectedSysplugins =[^;]+#', $expectedSysplugins, $code); file_put_contents(dirname(__FILE__) . '/../libs/sysplugins/smarty_internal_testinstall.php', $code); - |
