Skip to content

Commit

Permalink
FIX: PHP error: "Cannot declare class Ddeboer\Imap\Search\Text\Text b…
Browse files Browse the repository at this point in the history
…ecause the name is already in use"
  • Loading branch information
racztiborzoltan committed Oct 20, 2014
1 parent aa4e208 commit 9dda0cd
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 9dda0cd

Please sign in to comment.