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 d94335a commit d32a7a2Copy full SHA for d32a7a2
dev/tests/integration/testsuite/Magento/Sitemap/Model/SitemapTest.php
@@ -16,17 +16,17 @@
16
class SitemapTest extends \PHPUnit_Framework_TestCase
17
{
18
/**
19
- * @var \Magento\Framework\ObjectManagerInterface.
+ * @var \Magento\Framework\ObjectManagerInterface
20
*/
21
private $objectManager;
22
23
24
- * @var \Magento\Sitemap\Model\Sitemap.
+ * @var \Magento\Sitemap\Model\Sitemap
25
26
private $sitemap;
27
28
29
- * Remove cached configuration and reinitialize the application.
+ * Removes cached configuration and reinitialize the application.
30
31
private function refreshConfiguration()
32
0 commit comments