Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/italia/spid-php
Browse files Browse the repository at this point in the history
  • Loading branch information
damikael committed May 13, 2021
2 parents 8f2cbee + ff764e2 commit a3f22cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<img src="https://github.com/italia/spid-graphics/blob/master/spid-logos/spid-logo-b-lb.png" alt="SPID" data-canonical-src="https://github.com/italia/spid-graphics/blob/master/spid-logos/spid-logo-b-lb.png" width="50%" />

[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%207.2-8892BF.svg)](https://php.net/)
[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%207.2.5-8892BF.svg)](https://php.net/)
[![Join the #spid-php channel](https://img.shields.io/badge/Slack%20channel-%23spid--php-blue.svg?logo=slack)](https://developersitalia.slack.com/messages/CB6DCK274)
[![Get invited](https://slack.developers.italia.it/badge.svg)](https://slack.developers.italia.it/)
[![SPID on forum.italia.it](https://img.shields.io/badge/Forum-SPID-blue.svg)](https://forum.italia.it/c/spid)
Expand Down
2 changes: 1 addition & 1 deletion setup/Colors.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function __construct()
$this->background_colors['cyan'] = '46';
$this->background_colors['light_gray'] = '47';

$colors_supported = $this->hasColorSupport();
$this->hasColorSupport = $this->hasColorSupport();
}

// Returns colored string
Expand Down

0 comments on commit a3f22cd

Please sign in to comment.