Passed
Pull Request — master (#53)
by
unknown
04:05
created
inc/theContentFix.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
- use Timber\Timber;
4
- use Timber\Post;
3
+    use Timber\Timber;
4
+    use Timber\Post;
5 5
 
6 6
 add_filter('wp_insert_post_data', function ($data, $postArr) {
7 7
     if ($postArr['post_type'] === 'revision') {
Please login to merge, or discard this patch.