aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/APITest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/APITest.php')
-rw-r--r--tests/lib/APITest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/APITest.php b/tests/lib/APITest.php
index f7ac3aed4b7..cc255b929ad 100644
--- a/tests/lib/APITest.php
+++ b/tests/lib/APITest.php
@@ -34,7 +34,7 @@ class APITest extends \Test\TestCase {
// Check response is of correct type
$this->assertInstanceOf(\OC\OCS\Result::class, $result);
// Check if it succeeded
- /** @var $result \OC\OCS\Result */
+ /** @var \OC\OCS\Result $result */
$this->assertEquals($success, $result->succeeded());
}