mirror of
https://github.com/predis/predis.git
synced 2026-08-27 18:51:07 +00:00
[phpdoc] Fix undefined classes.
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
/**
|
||||
* Constraint that accepts arrays with the same elements but different order.
|
||||
*/
|
||||
class ArrayHasSameValuesConstraint extends PHPUnit_Framework_Constraint
|
||||
class ArrayHasSameValuesConstraint extends \PHPUnit_Framework_Constraint
|
||||
{
|
||||
protected $array;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user