Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup API and docblocks #1862

Merged
merged 6 commits into from
Apr 7, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update baseline.
  • Loading branch information
dereuromark committed Apr 7, 2022
commit 95399174d66d9688963d9ea086356044db400f8a
5 changes: 0 additions & 5 deletions phpstan-baseline.neon

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/Propel/Runtime/Map/ColumnMap.php
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,7 @@ public function getValueSetKey($value)
public function ignoreCase(string $str, AdapterInterface $db): string
{
if ($this->isText()) {
/** @phpstan-var \Propel\Runtime\Adapter\SqlAdapterInterface $db */
return $db->ignoreCase($str);
}

Expand Down