Completed
Push — master ( 4e5770...5da95a )
by Daniel
34:35
created
code/model/recipients/UserDefinedForm_EmailRecipientCondition.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,6 @@
 block discarded – undo
58 58
 	 * Return whether a user can create an object of this type
59 59
 	 *
60 60
      * @param Member $member
61
-     * @param array $context Virtual parameter to allow context to be passed in to check
62 61
 	 * @return bool
63 62
 	 */
64 63
 	public function canCreate($member = null) {
Please login to merge, or discard this patch.
code/model/EditableCustomRule.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,6 @@
 block discarded – undo
58 58
 	 * Return whether a user can create an object of this type
59 59
 	 *
60 60
      * @param Member $member
61
-     * @param array $context Virtual parameter to allow context to be passed in to check
62 61
 	 * @return bool
63 62
 	 */
64 63
 	public function canCreate($member = null) {
Please login to merge, or discard this patch.
code/model/editableformfields/EditableFormField.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,6 @@
 block discarded – undo
58 58
 	 * Return whether a user can create an object of this type
59 59
 	 *
60 60
      * @param Member $member
61
-     * @param array $context Virtual parameter to allow context to be passed in to check
62 61
 	 * @return bool
63 62
 	 */
64 63
 	public function canCreate($member = null) {
Please login to merge, or discard this patch.
code/model/editableformfields/EditableOption.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,6 @@
 block discarded – undo
58 58
 	 * Return whether a user can create an object of this type
59 59
 	 *
60 60
      * @param Member $member
61
-     * @param array $context Virtual parameter to allow context to be passed in to check
62 61
 	 * @return bool
63 62
 	 */
64 63
 	public function canCreate($member = null) {
Please login to merge, or discard this patch.
code/model/recipients/UserDefinedForm_EmailRecipient.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,6 @@
 block discarded – undo
58 58
 	 * Return whether a user can create an object of this type
59 59
 	 *
60 60
      * @param Member $member
61
-     * @param array $context Virtual parameter to allow context to be passed in to check
62 61
 	 * @return bool
63 62
 	 */
64 63
 	public function canCreate($member = null) {
Please login to merge, or discard this patch.