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 b1ec036 commit 8312697Copy full SHA for 8312697
tests/phpunit/Unit/LuaAskResultProcessorTest.php
@@ -30,7 +30,7 @@ class LuaAskResultProcessorTest extends TestCase {
30
private $queryResult;
31
32
/**
33
- * Set-up method prepares a mock {@see \SMWQueryResult}
+ * Set-up method prepares a mock {@see QueryResult}
34
*/
35
protected function setUp(): void {
36
@@ -65,7 +65,7 @@ public function testCanConstruct() {
65
}
66
67
68
- * Tests the conversion of a {@see \SMWQueryResult} in a lua table
+ * Tests the conversion of a {@see QueryResult} in a lua table
69
*
70
* @return void
71
* @see LuaAskResultProcessor::getProcessedResult
0 commit comments