File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ public function setAsciiPreColorized( $pre_colorized ) {
248248 * @return bool True if whole Ascii table is marked as pre-colorized, or if the individual column is pre-colorized; else false.
249249 * @see cli\Ascii::isPreColorized()
250250 */
251- private function isAsciiPreColorized ( int $ column ) {
251+ private function isAsciiPreColorized ( $ column ) {
252252 if ( $ this ->_renderer instanceof Ascii ) {
253253 return $ this ->_renderer ->isPreColorized ( $ column );
254254 }
Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ public function setPreColorized( $pre_colorized ) {
207207 * @param int $column Column index to check.
208208 * @return bool True if whole table is marked as pre-colorized, or if the individual column is pre-colorized; else false.
209209 */
210- public function isPreColorized ( int $ column ) {
210+ public function isPreColorized ( $ column ) {
211211 if ( is_bool ( $ this ->_pre_colorized ) ) {
212212 return $ this ->_pre_colorized ;
213213 }
You can’t perform that action at this time.
0 commit comments