Skip to content

Commit b77c019

Browse files
grunt
1 parent a6d9f3a commit b77c019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/Visualizer/Render/Library.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ private function getDisplayForm() {
149149
$sources = array_filter( $sources );
150150
uasort(
151151
$sources, function( $a, $b ) {
152-
if ( $a == $b ) {
152+
if ( $a === $b ) {
153153
return 0;
154154
}
155155
return ( $a < $b ) ? -1 : 1;

0 commit comments

Comments
 (0)