Completed
Branch master (f65d8f)
by Pavel
04:29
created
Category
lang/ru/validation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -119,5 +119,5 @@
 block discarded – undo
119 119
     |   ],
120 120
     |
121 121
     */
122
-    'attributes' => [],
122
+    'attributes' => [ ],
123 123
 ];
124 124
\ No newline at end of file
Please login to merge, or discard this patch.
lang/en/validation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -96,5 +96,5 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
mail/RequestResetPassword.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,6 +3,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
public/index.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.