Skip to content

Commit e4db5cf

Browse files
Merge branch '5.3' into 5.4
* 5.3: Fix usage of str_contains() fix intersection types in tests
2 parents 4f12f35 + 2cdf698 commit e4db5cf

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)