update EOL constant to newer PHP_EOL
This commit is contained in:
parent
29db532049
commit
8d938fc326
1 changed files with 2 additions and 2 deletions
|
|
@ -32,8 +32,8 @@ class SettingsWriter
|
||||||
private $settings;
|
private $settings;
|
||||||
private $indent = 0;
|
private $indent = 0;
|
||||||
|
|
||||||
private $start = '<?php return'.EOL.'['.EOL;
|
private $start = '<?php return'.PHP_EOL.'['.PHP_EOL;
|
||||||
private $end = '];'.EOL;
|
private $end = '];'.PHP_EOL;
|
||||||
|
|
||||||
private $handle;
|
private $handle;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue