Remove space too much from @param notation.
Resolves: #64662
Releases: master
Change-Id: I3886e356f985b89b890fbcdeb0e8baf565e03084
Reviewed-on: http://review.typo3.org/36568
Reviewed-by: Wouter Wolters <typo3@wouterwolters.nl>
Tested-by: Wouter Wolters <typo3@wouterwolters.nl>
* typo3/sysext/core/Tests/Uinit/DataHandling/DataHandlerTest.php
*/
class UnitTestsBootstrap {
* typo3/sysext/core/Tests/Uinit/DataHandling/DataHandlerTest.php
*/
class UnitTestsBootstrap {
/**
* Bootstraps the system for unit tests.
*
/**
* Bootstraps the system for unit tests.
*
* Returns the absolute path the TYPO3 document root.
*
* @return string the TYPO3 document root using Unix path separators
* Returns the absolute path the TYPO3 document root.
*
* @return string the TYPO3 document root using Unix path separators
* @throws \RuntimeException
*/
protected function getWebRoot() {
* @throws \RuntimeException
*/
protected function getWebRoot() {
*
* If $directory already exists, this method is a no-op.
*
*
* If $directory already exists, this method is a no-op.
*
- * @param string $directory absolute path of the directory to be created
- *
+ * @param string $directory absolute path of the directory to be created
* @throws \RuntimeException
*/
protected function createDirectory($directory) {
* @throws \RuntimeException
*/
protected function createDirectory($directory) {