@@ -40,7 +40,7 @@ |
||
40 | 40 | |
41 | 41 | /** |
42 | 42 | * @param string $option |
43 | - * @param mixed $default |
|
43 | + * @param string $default |
|
44 | 44 | * |
45 | 45 | * @return mixed|null |
46 | 46 | */ |
@@ -149,7 +149,7 @@ |
||
149 | 149 | * @param string $character |
150 | 150 | * @param DelimiterProcessorInterface $delimiterProcessor |
151 | 151 | * |
152 | - * @return bool[] |
|
152 | + * @return boolean[] |
|
153 | 153 | */ |
154 | 154 | private static function determineCanOpenOrClose(string $charBefore, string $charAfter, string $character, DelimiterProcessorInterface $delimiterProcessor) |
155 | 155 | { |