Skip to content

Commit

Permalink
Update src/DatabaseSession.php
Browse files Browse the repository at this point in the history
Co-authored-by: Lonnytunes <[email protected]>
  • Loading branch information
pounard and Lonnytunes authored Apr 17, 2024
1 parent 86d5cb0 commit e72bc63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DatabaseSession.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public function getVendorVersion(): string;
public function vendorIs(string|array $name, ?string $version = null, string $operator = '>='): bool;

/**
* Compare vendor version name against given one.
* Compare vendor version against given one.
*
* @param string $version
* Version to compare against, must be a valid semantic version string.
Expand Down

0 comments on commit e72bc63

Please sign in to comment.