Skip to content

Commit e840b20

Browse files
Merge branch '4.4' into 5.2
* 4.4: Fix usage of str_contains() fix intersection types in tests
2 parents e0e8a3d + c60dd0c commit e840b20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/LdapTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
class LdapTest extends TestCase
2323
{
24-
/** @var MockObject */
24+
/** @var MockObject&AdapterInterface */
2525
private $adapter;
2626

2727
/** @var Ldap */

0 commit comments

Comments
 (0)