Skip to content

Commit

Permalink
Merge pull request #1 from mollux/1.7-civi
Browse files Browse the repository at this point in the history
Remove obsolete declare calls.
  • Loading branch information
totten authored Mar 14, 2017
2 parents 19f5af6 + e40b4ed commit e0feff0
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions src/transports/file/file_set.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<?php
declare(encoding="latin1");

/**
* File containing the ezcMailFileSet class
*
Expand Down
2 changes: 0 additions & 2 deletions src/transports/variable/var_set.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<?php
declare(encoding="latin1");

/**
* File containing the ezcMailVariableSet class
*
Expand Down
1 change: 0 additions & 1 deletion tests/mail_test.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
declare(encoding="latin1");
/**
* @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
Expand Down
1 change: 0 additions & 1 deletion tests/parser/parser_test.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
declare(encoding="latin1");
/**
* @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
Expand Down
1 change: 0 additions & 1 deletion tests/parser/rfc2231_implementation_test.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
declare(encoding="latin1");
/**
* @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
Expand Down
1 change: 0 additions & 1 deletion tests/parts/text_part_test.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
declare(encoding="latin1");
/**
* @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
Expand Down
1 change: 0 additions & 1 deletion tests/tools_test.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
declare(encoding="latin1");
/**
* @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
Expand Down
1 change: 0 additions & 1 deletion tests/tutorial_examples.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
declare(encoding="latin1");
/**
* @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
Expand Down

0 comments on commit e0feff0

Please sign in to comment.