Skip to content

Commit 3711b36

Browse files
committed
[DocBlock] Add some annotations in doc-blocks.
1 parent 18a92c2 commit 3711b36

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

source/PHPClassMapGenerator.php

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,8 @@ public function getItems() {
191191
return $this->_getItems( $this->aScanDirPaths, $this->sOutputFilePath );
192192
}
193193
/**
194-
* @param $aScanDirPaths
195-
* @param $sOutputFilePath
194+
* @param array $aScanDirPaths
195+
* @param string $sOutputFilePath
196196
* @return array
197197
*/
198198
protected function _getItems( array $aScanDirPaths, $sOutputFilePath ) {
@@ -254,12 +254,11 @@ private function ___getFileArrayFormatted( array $aFilePaths ) {
254254

255255

256256
/**
257-
* @param $sBaseDirPath
258-
* @param $asScanDirPaths
259-
* @param $sOutputFilePath
260-
* @param array $aOptions
261-
* @since 1.1.0
262-
* @return void
257+
* @param string $sBaseDirPath
258+
* @param array|string $asScanDirPaths
259+
* @param string $sOutputFilePath
260+
* @param array $aOptions
261+
* @since 1.1.0
263262
*/
264263
protected function _setProperties( $sBaseDirPath, $asScanDirPaths, $sOutputFilePath, array $aOptions ) {
265264
$this->sBaseDirPath = $this->_getPathFormatted( $sBaseDirPath );
@@ -271,9 +270,9 @@ protected function _setProperties( $sBaseDirPath, $asScanDirPaths, $sOutputFileP
271270
$this->___setItems();
272271
}
273272
/**
274-
* @param array $aOptions
273+
* @param array $aOptions
275274
* @return array
276-
* @since 1.1.0
275+
* @since 1.1.0
277276
*/
278277
private function ___getOptionsFormatted( array $aOptions ) {
279278
$aOptions = $aOptions + self::$_aStructure_Options;

0 commit comments

Comments
 (0)