Skip to content

Commit b5b0ce1

Browse files
committed
fixup! Fix comments for record filter
1 parent d91506f commit b5b0ce1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lib/Doctrine/Record/Filter.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function init()
5353
}
5454

5555
/**
56-
* Provides fallback for setting value.
56+
* Provides a way for setting property or relation value to the given record.
5757
*
5858
* @return Doctrine_Record the given record
5959
*
@@ -62,7 +62,7 @@ public function init()
6262
abstract public function filterSet(Doctrine_Record $record, $name, $value);
6363

6464
/**
65-
* Provides fallback for getting value.
65+
* Provides a way for getting property or relation value from the given record.
6666
*
6767
* @return mixed The value of the given property
6868
*

lib/Doctrine/Record/Filter/Compound.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function init()
5757
}
5858

5959
/**
60-
* Provides fallback for setting value.
60+
* Provides a way for setting property or relation value to the given record.
6161
*
6262
* @return Doctrine_Record the given record
6363
*
@@ -88,7 +88,7 @@ public function filterSet(Doctrine_Record $record, $name, $value)
8888
}
8989

9090
/**
91-
* Provides fallback for getting value.
91+
* Provides a way for getting property or relation value from the given record.
9292
*
9393
* @return mixed The value of the given property
9494
*

0 commit comments

Comments
 (0)