Completed
Push — master ( 2e73c4...dee370 )
by Vadim
03:28 queued 01: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.
TrashQuery.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -1,10 +1,10 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Created by PhpStorm.
4
- * User: vadim
5
- * Date: 02.05.15
6
- * Time: 2:40
7
- */
3
+     * Created by PhpStorm.
4
+     * User: vadim
5
+     * Date: 02.05.15
6
+     * Time: 2:40
7
+     */
8 8
 
9 9
 namespace sibds\behaviors;
10 10
 
Please login to merge, or discard this patch.
TrashQueryBehavior.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -1,10 +1,10 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Created by PhpStorm.
4
- * User: vadim
5
- * Date: 01.05.15
6
- * Time: 17:49
7
- */
3
+     * Created by PhpStorm.
4
+     * User: vadim
5
+     * Date: 01.05.15
6
+     * Time: 17:49
7
+     */
8 8
 
9 9
 namespace sibds\behaviors;
10 10
 
Please login to merge, or discard this patch.