Удалил BOM

This commit is contained in:
CORP\phedor 2018-02-14 12:50:23 +03:00
parent 0d92ebad86
commit 465ff3eb64
3 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
<?php <?php
class File { class File {
static function getContents($filename) { static function getContents($filename) {
@ -8,4 +8,4 @@ class File {
} }
throw new Exception("Unable to read file: " . $filename); throw new Exception("Unable to read file: " . $filename);
} }
} }

View file

@ -1,4 +1,4 @@
<?php <?php
/** /**
* Поле с датой * Поле с датой
*/ */

View file

@ -1,4 +1,4 @@
<?php <?php
class Form_OptionFactory { class Form_OptionFactory {
public $db; public $db;