Skip to content

Commit 2cdf698

Browse files
Merge branch '5.2' into 5.3
* 5.2: Fix usage of str_contains() fix intersection types in tests
2 parents 5eab1fa + e840b20 commit 2cdf698

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)