Completed
Branch feature/phpstanLevel3 (f0c768)
by Schlaefer
02:32
created
src/Model/Table/UsersTable.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types = 1);
3
+declare(strict_types=1);
4 4
 
5 5
 /**
6 6
  * Saito - The Threaded Web Forum
@@ -81,7 +81,7 @@  discard block
 block discarded – undo
81 81
         $this->addBehavior(
82 82
             'Proffer.Proffer',
83 83
             [
84
-                'avatar' => [ // The name of your upload field (filename)
84
+                'avatar' => [// The name of your upload field (filename)
85 85
                     'root' => $avatarRootDir,
86 86
                     'dir' => 'avatar_dir', // field for upload directory
87 87
                     'thumbnailSizes' => [
Please login to merge, or discard this patch.