We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a0a823 commit 84c613fCopy full SHA for 84c613f
src/JsStringFilterTrait.php
@@ -18,7 +18,7 @@ trait JsStringFilterTrait {
18
*
19
* @param Translations $translations The translations instance to filter.
20
*/
21
- protected function remove_js_only_strings( $translations ) {
+ protected function remove_js_only_strings( Translations $translations ): void {
22
foreach ( $translations->getArrayCopy() as $translation ) {
23
/** @var Translation $translation */
24
0 commit comments