File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
/**
3
3
* Plugin Name: Assets
4
4
* Description: Asset library with a plugin bootstrap file for automated testing.
5
- * Version: 1.4.4
5
+ * Version: 1.4.8
6
6
* Author: StellarWP
7
7
* Author URI: https://stellarwp.com
8
8
*/
Original file line number Diff line number Diff line change @@ -878,7 +878,7 @@ public function get_dependencies(): array {
878
878
);
879
879
}
880
880
881
- return $ dependencies ;
881
+ return ( array ) $ dependencies ;
882
882
}
883
883
884
884
/**
@@ -1803,7 +1803,7 @@ public function set_dependencies( ...$dependencies ) {
1803
1803
if ( $ dependencies [0 ] && is_callable ( $ dependencies [0 ] ) ) {
1804
1804
$ this ->dependencies = $ dependencies [0 ];
1805
1805
} else {
1806
- $ this ->dependencies = $ dependencies ;
1806
+ $ this ->dependencies = ( array ) $ dependencies ;
1807
1807
}
1808
1808
1809
1809
return $ this ;
You can’t perform that action at this time.
0 commit comments