Skip to content

Commit 5307e4f

Browse files
committed
Opcode
1 parent 95f141f commit 5307e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/InitialAvatar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ private function findFontFile() {
388388
$fontFile = $this->getFontByScript();
389389
}
390390

391-
if ( is_int( $fontFile ) && in_array( $fontFile, [ 1, 2, 3, 4, 5 ], false ) ) {
391+
if ( is_int( $fontFile ) && \in_array( $fontFile, [ 1, 2, 3, 4, 5 ], false ) ) {
392392
return $fontFile;
393393
}
394394

0 commit comments

Comments
 (0)