@@ -59,6 +59,12 @@ discard block |
||
| 59 | 59 | $parentObject); |
| 60 | 60 | } |
| 61 | 61 | |
| 62 | + /** |
|
| 63 | + * @param string $selector |
|
| 64 | + * @param string $thumbnails |
|
| 65 | + * @param string $rightbox |
|
| 66 | + * @param string $fName |
|
| 67 | + */ |
|
| 62 | 68 | protected function dbFileIcons_postProcessCompatibility( |
| 63 | 69 | array &$params, |
| 64 | 70 | &$selector, |
@@ -114,6 +120,12 @@ discard block |
||
| 114 | 120 | $parentObject); |
| 115 | 121 | } |
| 116 | 122 | |
| 123 | + /** |
|
| 124 | + * @param string $selector |
|
| 125 | + * @param string $thumbnails |
|
| 126 | + * @param string $rightbox |
|
| 127 | + * @param string $fName |
|
| 128 | + */ |
|
| 117 | 129 | protected function dbFileIcons_postProcessCompatibility( |
| 118 | 130 | array &$params, |
| 119 | 131 | &$selector, |
@@ -137,8 +137,8 @@ |
||
| 137 | 137 | * Add a element with the given key in front of the array |
| 138 | 138 | * |
| 139 | 139 | * @param $arr |
| 140 | - * @param $key |
|
| 141 | - * @param $val |
|
| 140 | + * @param string $key |
|
| 141 | + * @param string $val |
|
| 142 | 142 | * |
| 143 | 143 | * @return array |
| 144 | 144 | */ |
@@ -185,12 +185,12 @@ discard block |
||
| 185 | 185 | /** |
| 186 | 186 | * Create the crop image (GifBuilder) |
| 187 | 187 | * |
| 188 | - * @param $absoluteImageName |
|
| 188 | + * @param string $absoluteImageName |
|
| 189 | 189 | * @param $focusWidth |
| 190 | 190 | * @param $focusHeight |
| 191 | - * @param $sourceX |
|
| 192 | - * @param $sourceY |
|
| 193 | - * @param $absoluteTempImageName |
|
| 191 | + * @param integer $sourceX |
|
| 192 | + * @param integer $sourceY |
|
| 193 | + * @param string $absoluteTempImageName |
|
| 194 | 194 | */ |
| 195 | 195 | protected function createCropImageGifBuilder( |
| 196 | 196 | $absoluteImageName, |
@@ -235,12 +235,12 @@ discard block |
||
| 235 | 235 | /** |
| 236 | 236 | * Create the crop image (GraphicalFunctions) |
| 237 | 237 | * |
| 238 | - * @param $absoluteImageName |
|
| 238 | + * @param string $absoluteImageName |
|
| 239 | 239 | * @param $focusWidth |
| 240 | 240 | * @param $focusHeight |
| 241 | - * @param $sourceX |
|
| 242 | - * @param $sourceY |
|
| 243 | - * @param $absoluteTempImageName |
|
| 241 | + * @param integer $sourceX |
|
| 242 | + * @param integer $sourceY |
|
| 243 | + * @param string $absoluteTempImageName |
|
| 244 | 244 | */ |
| 245 | 245 | protected function createCropImageGraphicalFunctions( |
| 246 | 246 | $absoluteImageName, |
@@ -80,7 +80,7 @@ |
||
| 80 | 80 | * |
| 81 | 81 | * @param array $position |
| 82 | 82 | * |
| 83 | - * @return array |
|
| 83 | + * @return integer[] |
|
| 84 | 84 | */ |
| 85 | 85 | protected function cleanupPosition($position) |
| 86 | 86 | { |
@@ -15,7 +15,7 @@ discard block |
||
| 15 | 15 | /** |
| 16 | 16 | * Check if the handler can handle the current request |
| 17 | 17 | * |
| 18 | - * @return true |
|
| 18 | + * @return boolean |
|
| 19 | 19 | */ |
| 20 | 20 | public function canHandle() |
| 21 | 21 | { |
@@ -40,7 +40,7 @@ discard block |
||
| 40 | 40 | /** |
| 41 | 41 | * Return the current point |
| 42 | 42 | * |
| 43 | - * @return array |
|
| 43 | + * @return integer[] |
|
| 44 | 44 | */ |
| 45 | 45 | public function getCurrentPoint() |
| 46 | 46 | { |
@@ -15,7 +15,7 @@ discard block |
||
| 15 | 15 | /** |
| 16 | 16 | * Check if the handler can handle the current request |
| 17 | 17 | * |
| 18 | - * @return true |
|
| 18 | + * @return boolean |
|
| 19 | 19 | */ |
| 20 | 20 | public function canHandle() |
| 21 | 21 | { |
@@ -39,7 +39,7 @@ discard block |
||
| 39 | 39 | /** |
| 40 | 40 | * Return the current point |
| 41 | 41 | * |
| 42 | - * @return array |
|
| 42 | + * @return integer[] |
|
| 43 | 43 | */ |
| 44 | 44 | public function getCurrentPoint() |
| 45 | 45 | { |
@@ -18,7 +18,7 @@ discard block |
||
| 18 | 18 | /** |
| 19 | 19 | * Check if the handler can handle the current request |
| 20 | 20 | * |
| 21 | - * @return true |
|
| 21 | + * @return boolean |
|
| 22 | 22 | */ |
| 23 | 23 | public function canHandle() |
| 24 | 24 | { |
@@ -28,7 +28,7 @@ discard block |
||
| 28 | 28 | /** |
| 29 | 29 | * Return the current point |
| 30 | 30 | * |
| 31 | - * @return array |
|
| 31 | + * @return integer[] |
|
| 32 | 32 | */ |
| 33 | 33 | public function getCurrentPoint() |
| 34 | 34 | { |
@@ -21,7 +21,7 @@ |
||
| 21 | 21 | * Get the wizard button with the given URI |
| 22 | 22 | * |
| 23 | 23 | * @param string|null $uri |
| 24 | - * @param null $additionalClass |
|
| 24 | + * @param string $additionalClass |
|
| 25 | 25 | * @return string |
| 26 | 26 | */ |
| 27 | 27 | public function getWizardButton($uri = null, $additionalClass = null) |
@@ -36,7 +36,7 @@ |
||
| 36 | 36 | array $fields, |
| 37 | 37 | $sectionValue, |
| 38 | 38 | $returnValue, |
| 39 | - ContentObjectRenderer &$parentObject |
|
| 39 | + ContentObjectRenderer&$parentObject |
|
| 40 | 40 | ) { |
| 41 | 41 | $parts = explode(':', $getDataString); |
| 42 | 42 | if (isset($parts[0]) && isset($parts[1]) && $parts[0] === 'fp') { |