Passed
Pull Request — master (#37)
by
unknown
04:20 queued 39s
created
Components/GridPostsSlider/functions.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@
 block discarded – undo
6 6
 use Timber\Timber;
7 7
 use Flynt\Utils\Options;
8 8
 
9
-add_filter('Flynt/addComponentData?name=GridPostsSlider', function ($data) {
9
+add_filter('Flynt/addComponentData?name=GridPostsSlider', function($data) {
10 10
     $posts = Timber::get_posts([
11 11
         'post_type'         => 'post',
12 12
         'posts_per_page'    => -1,
Please login to merge, or discard this patch.