Skip to content

Commit

Permalink
Merge pull request #58 from racztiborzoltan/master
Browse files Browse the repository at this point in the history
FIX: PHP error: "Cannot declare class Ddeboer\Imap\Search\Text\Text ..."
  • Loading branch information
ddeboer committed Jan 4, 2015
2 parents c3350b2 + 9dda0cd commit 29bb9d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Ddeboer/Imap/Search/Text/Text.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

namespace Ddeboer\Imap\Search\Text;

use Ddeboer\Imap\Search\Text;
use Ddeboer\Imap\Search\Text as SearchText;

/**
* Represents a message text contains condition. Messages must contain the
* specified text in order to match the condition.
*/
class Text extends Text
class Text extends SearchText
{
/**
* Returns the keyword that the condition represents.
Expand Down

0 comments on commit 29bb9d7

Please sign in to comment.