Completed
Push — master ( 5e23f9...262045 )
by Vadim
02:14
created
TrashBehavior.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
      * @var callable the value that will be assigned to the attributes. This should be a valid
42 42
      * PHP callable whose return value will be assigned to the current attribute(s).
43 43
      */
44
-     public $value;
44
+        public $value;
45 45
 
46 46
     /**
47 47
      * @inheritdoc
Please login to merge, or discard this patch.