We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aebc675 commit cbfc578Copy full SHA for cbfc578
tests/Api/SynchronizationsTest.php
@@ -22,7 +22,7 @@ public function testAll()
22
]
23
];
24
25
- /** @var Teams&MockObject $api */
+ /** @var Synchronizations&MockObject $api */
26
$api = $this->getApiMock();
27
$api->expects($this->once())
28
->method('get')
0 commit comments