File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,8 @@ public function __construct(OutputFormat $oFormat)
20
20
/**
21
21
* @param string $sName
22
22
* @param string|null $sType
23
- *
24
- * @return string
25
23
*/
26
- public function space ($ sName , $ sType = null )
24
+ public function space ($ sName , $ sType = null ): string
27
25
{
28
26
$ sSpaceString = $ this ->oFormat ->get ("Space $ sName " );
29
27
// If $sSpaceString is an array, we have multiple values configured
@@ -235,10 +233,8 @@ public function comments(Commentable $oCommentable): string
235
233
236
234
/**
237
235
* @param string $sSpaceString
238
- *
239
- * @return string
240
236
*/
241
- private function prepareSpace ($ sSpaceString )
237
+ private function prepareSpace ($ sSpaceString ): string
242
238
{
243
239
return str_replace ("\n" , "\n" . $ this ->indent (), $ sSpaceString );
244
240
}
You can’t perform that action at this time.
0 commit comments