We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0cb5e0 commit 4f49a2dCopy full SHA for 4f49a2d
.github/workflows/test-php.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Setup PHP version
42
uses: shivammathur/setup-php@v2
43
with:
44
- php-version: ${{ matrix.php-version }}
+ php-version: ${{ matrix.php-versions }}
45
extensions: simplexml, mysql
46
tools: phpunit-polyfills:1.1
47
- name: Checkout source code
inc/lazyload_replacer.php
@@ -115,7 +115,7 @@ public static function get_background_lazyload_selectors() {
115
return self::$background_lazyload_selectors;
116
}
117
118
- if ( ! isset( self::instance()->settings ) ) {
+ if ( self::instance()->settings === null ) {
119
self::$background_lazyload_selectors = [];
120
121
0 commit comments