Skip to content

Commit

Permalink
Fxi renaming error
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadyita committed Feb 20, 2024
1 parent a89d32e commit b93b52a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Package/Parser.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public function parseBinaryPackage(BinaryPackage $package): BasePackage {
}
}
break;
case In\SimpleSystemMessage::class:
case In\SystemMessage::class:
assert(count($args) == 4);
assert(is_int($args[2]));
assert(is_string($args[3]));
Expand Down

0 comments on commit b93b52a

Please sign in to comment.