Skip to content

Commit

Permalink
Remove declare statement, it can cause warnings
Browse files Browse the repository at this point in the history
Why, PHP? WHY?
  • Loading branch information
igorw committed Jan 4, 2013
1 parent f76d495 commit 306ab62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,10 @@
CHANGELOG
=========

* 1.1.1 (2013-01-04)

* Remove `declare` statement, as it can cause notices when zend multibyte is disabled

* 1.1.0 (2013-01-03)

* Switch to function-based API (BC is provided)
Expand Down
2 changes: 0 additions & 2 deletions src/React/Curry/functions.php
@@ -1,7 +1,5 @@
<?php

declare(encoding='UTF-8');

namespace React\Curry;

use React\Curry\Placeholder;
Expand Down

0 comments on commit 306ab62

Please sign in to comment.