@@ -9,7 +9,7 @@ discard block  | 
                                                    ||
| 9 | 9 | *  | 
                                                        
| 10 | 10 | * @link http://www.gixx-web.com  | 
                                                        
| 11 | 11 | */  | 
                                                        
| 12 | -declare(strict_types = 1);  | 
                                                        |
| 12 | +declare(strict_types=1);  | 
                                                        |
| 13 | 13 | |
| 14 | 14 | namespace WebHemi;  | 
                                                        
| 15 | 15 | |
@@ -73,7 +73,7 @@ discard block  | 
                                                    ||
| 73 | 73 |      { | 
                                                        
| 74 | 74 |          if (func_num_args() < 2) { | 
                                                        
| 75 | 75 | throw new InvalidArgumentException(  | 
                                                        
| 76 | - __CLASS__ . '::' . __METHOD__ . ' needs two or more array arguments',  | 
                                                        |
| 76 | + __CLASS__.'::'.__METHOD__.' needs two or more array arguments',  | 
                                                        |
| 77 | 77 | 1000  | 
                                                        
| 78 | 78 | );  | 
                                                        
| 79 | 79 | }  | 
                                                        
@@ -84,7 +84,7 @@ discard block  | 
                                                    ||
| 84 | 84 | $array = array_shift($arrays);  | 
                                                        
| 85 | 85 |              if (!is_array($array)) { | 
                                                        
| 86 | 86 | throw new InvalidArgumentException(  | 
                                                        
| 87 | - __CLASS__ . '::' . __METHOD__ . ' encountered a non array argument',  | 
                                                        |
| 87 | + __CLASS__.'::'.__METHOD__.' encountered a non array argument',  | 
                                                        |
| 88 | 88 | 1001  | 
                                                        
| 89 | 89 | );  | 
                                                        
| 90 | 90 | }  | 
                                                        
@@ -9,7 +9,7 @@  | 
                                                    ||
| 9 | 9 | *  | 
                                                        
| 10 | 10 | * @link http://www.gixx-web.com  | 
                                                        
| 11 | 11 | */  | 
                                                        
| 12 | -declare(strict_types = 1);  | 
                                                        |
| 12 | +declare(strict_types=1);  | 
                                                        |
| 13 | 13 | |
| 14 | 14 | namespace WebHemi\Mailer;  | 
                                                        
| 15 | 15 | |
@@ -9,7 +9,7 @@  | 
                                                    ||
| 9 | 9 | *  | 
                                                        
| 10 | 10 | * @link http://www.gixx-web.com  | 
                                                        
| 11 | 11 | */  | 
                                                        
| 12 | -declare(strict_types = 1);  | 
                                                        |
| 12 | +declare(strict_types=1);  | 
                                                        |
| 13 | 13 | |
| 14 | 14 | namespace WebHemi\Mailer\ServiceAdapter\TxMailer;  | 
                                                        
| 15 | 15 | |
@@ -9,7 +9,7 @@  | 
                                                    ||
| 9 | 9 | *  | 
                                                        
| 10 | 10 | * @link http://www.gixx-web.com  | 
                                                        
| 11 | 11 | */  | 
                                                        
| 12 | -declare(strict_types = 1);  | 
                                                        |
| 12 | +declare(strict_types=1);  | 
                                                        |
| 13 | 13 | |
| 14 | 14 | namespace WebHemi\Acl;  | 
                                                        
| 15 | 15 | |
@@ -9,7 +9,7 @@  | 
                                                    ||
| 9 | 9 | *  | 
                                                        
| 10 | 10 | * @link http://www.gixx-web.com  | 
                                                        
| 11 | 11 | */  | 
                                                        
| 12 | -declare(strict_types = 1);  | 
                                                        |
| 12 | +declare(strict_types=1);  | 
                                                        |
| 13 | 13 | |
| 14 | 14 | namespace WebHemi\Acl\ServiceAdapter\Base;  | 
                                                        
| 15 | 15 | |
@@ -9,7 +9,7 @@  | 
                                                    ||
| 9 | 9 | *  | 
                                                        
| 10 | 10 | * @link http://www.gixx-web.com  | 
                                                        
| 11 | 11 | */  | 
                                                        
| 12 | -declare(strict_types = 1);  | 
                                                        |
| 12 | +declare(strict_types=1);  | 
                                                        |
| 13 | 13 | |
| 14 | 14 | namespace WebHemi\Acl\ServiceAdapter;  | 
                                                        
| 15 | 15 | |
@@ -9,7 +9,7 @@  | 
                                                    ||
| 9 | 9 | *  | 
                                                        
| 10 | 10 | * @link http://www.gixx-web.com  | 
                                                        
| 11 | 11 | */  | 
                                                        
| 12 | -declare(strict_types = 1);  | 
                                                        |
| 12 | +declare(strict_types=1);  | 
                                                        |
| 13 | 13 | |
| 14 | 14 | namespace WebHemi\Parser;  | 
                                                        
| 15 | 15 | |
@@ -9,7 +9,7 @@  | 
                                                    ||
| 9 | 9 | *  | 
                                                        
| 10 | 10 | * @link http://www.gixx-web.com  | 
                                                        
| 11 | 11 | */  | 
                                                        
| 12 | -declare(strict_types = 1);  | 
                                                        |
| 12 | +declare(strict_types=1);  | 
                                                        |
| 13 | 13 | |
| 14 | 14 | namespace WebHemi\Parser\ServiceAdapter\Parsedown;  | 
                                                        
| 15 | 15 | |
@@ -9,7 +9,7 @@  | 
                                                    ||
| 9 | 9 | *  | 
                                                        
| 10 | 10 | * @link http://www.gixx-web.com  | 
                                                        
| 11 | 11 | */  | 
                                                        
| 12 | -declare(strict_types = 1);  | 
                                                        |
| 12 | +declare(strict_types=1);  | 
                                                        |
| 13 | 13 | |
| 14 | 14 | namespace WebHemi\Configuration;  | 
                                                        
| 15 | 15 | |