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

[WIP] Undoctrine doctrine specification #82

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open
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
Formatting
drymek committed Dec 22, 2014
commit 1a443b37fbb3c5360d8da454d0ec6142e5b809f1
2 changes: 1 addition & 1 deletion src/Filter/Comparison.php
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ abstract class Comparison extends Filter implements ComparisonInterface, FilterI

/**
* @param string $field
* @param mixed $value
* @param mixed $value
*/
public function __construct($field, $value)
{
4 changes: 2 additions & 2 deletions src/Filter/Like.php
Original file line number Diff line number Diff line change
@@ -10,8 +10,8 @@ class Like extends Comparison

/**
* @param string $field
* @param mixed $value
* @param int $format
* @param mixed $value
* @param int $format
*/
public function __construct($field, $value, $format = self::CONTAINS)
{