Skip to content

Commit 414b5e0

Browse files
committed
changes due to hints of styleCI
1 parent 369f8f9 commit 414b5e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/AppBundle/Document/DemoClassContent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ public function isVisibleInSitemap($sitemap)
140140
}
141141

142142
/**
143-
* @param boolean $isVisibleForSitemap
143+
* @param bool $isVisibleForSitemap
144144
*/
145145
public function setIsVisibleForSitemap($isVisibleForSitemap)
146146
{

tests/Functional/StaticPageTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function contentDataProvider()
4747
array('/demo/class', 'Controller by class'),
4848
array('/hello', 'Hello World!'),
4949
array('/en/about', 'Some information about us'),
50-
'sitemap' => array('/sitemaps/sitemap.html', 'Sitemap')
50+
'sitemap' => array('/sitemaps/sitemap.html', 'Sitemap'),
5151
);
5252
}
5353

0 commit comments

Comments
 (0)