| @@ -119,5 +119,5 @@ | ||
| 119 | 119 | | ], | 
| 120 | 120 | | | 
| 121 | 121 | */ | 
| 122 | - 'attributes' => [], | |
| 122 | + 'attributes' => [ ], | |
| 123 | 123 | ]; | 
| 124 | 124 | \ No newline at end of file | 
| @@ -96,5 +96,5 @@ | ||
| 96 | 96 | | of "email". This simply helps us make messages a little cleaner. | 
| 97 | 97 | | | 
| 98 | 98 | */ | 
| 99 | - 'attributes' => [], | |
| 99 | + 'attributes' => [ ], | |
| 100 | 100 | ]; | 
| 101 | 101 | \ No newline at end of file | 
| @@ -3,6 +3,6 @@ | ||
| 3 | 3 | <head> | 
| 4 | 4 | </head> | 
| 5 | 5 | <body> | 
| 6 | - <a href="<?= $host;?>/reset-password?reset_token=<?= $token; ?>">Ссылка для восстановления пароля</a> | |
| 6 | + <a href="<?= $host; ?>/reset-password?reset_token=<?= $token; ?>">Ссылка для восстановления пароля</a> | |
| 7 | 7 | </body> | 
| 8 | 8 | </html> | 
| 9 | 9 | \ No newline at end of file | 
| @@ -5,7 +5,7 @@ | ||
| 5 | 5 | } | 
| 6 | 6 | |
| 7 | 7 | // Super debug func | 
| 8 | -function prr($value){ | |
| 8 | +function prr($value) { | |
| 9 | 9 |      if (defined('DEBUG_MODE') && DEBUG_MODE == 1) { | 
| 10 | 10 | echo '<pre>'; | 
| 11 | 11 | print_r($value); |