Skip to content

Commit 8f57290

Browse files
committed
improved PHPDoc comments
1 parent 2b63ece commit 8f57290

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/IntegrationTestCase.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ protected function rebuildDatabase() {
6363
}
6464

6565
/**
66-
* Persists a setting.
66+
* Persists a {@code Setting}.
6767
* @param string $name
6868
* @param string|null $value
6969
* @param string|null $section
@@ -83,7 +83,7 @@ protected function persistSetting($name, $value = null, $section = null) {
8383
}
8484

8585
/**
86-
* Removes all settings.
86+
* Removes all {@code Setting}s.
8787
*/
8888
protected function removeAllSettings() {
8989
$em = $this->getEntityManager();

0 commit comments

Comments
 (0)