Skip to content

Commit e49de37

Browse files
committed
Fix typo in docblock
1 parent f9dbd98 commit e49de37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/CustomControllerTests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class CustomControllerTests extends PHPUnit_Framework_TestCase
2323
private $mockSecureCookie;
2424
/** @var EncryptionProvider */
2525
private $mockEncryption;
26-
/** @varConfigInterface */
26+
/** @var ConfigInterface */
2727
private $mockConfig;
2828
/** @var Client */
2929
private $mockClient;

0 commit comments

Comments
 (0)