Completed
Pull Request — master (#441)
by Damian
33:28
created
code/model/EditableCustomRule.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -88,7 +88,6 @@
 block discarded – undo
88 88
 	 * Return whether a user can create an object of this type
89 89
 	 *
90 90
      * @param Member $member
91
-     * @param array $context Virtual parameter to allow context to be passed in to check
92 91
 	 * @return bool
93 92
 	 */
94 93
 	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
@@ -368,7 +368,6 @@
 block discarded – undo
368 368
 	 * Return whether a user can create an object of this type
369 369
 	 *
370 370
      * @param Member $member
371
-     * @param array $context Virtual parameter to allow context to be passed in to check
372 371
 	 * @return bool
373 372
 	 */
374 373
 	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
@@ -65,7 +65,6 @@
 block discarded – undo
65 65
 	 * Return whether a user can create an object of this type
66 66
 	 *
67 67
      * @param Member $member
68
-     * @param array $context Virtual parameter to allow context to be passed in to check
69 68
 	 * @return bool
70 69
 	 */
71 70
 	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
@@ -268,7 +268,6 @@
 block discarded – undo
268 268
 	 * Return whether a user can create an object of this type
269 269
 	 *
270 270
      * @param Member $member
271
-     * @param array $context Virtual parameter to allow context to be passed in to check
272 271
 	 * @return bool
273 272
 	 */
274 273
 	public function canCreate($member = null) {
Please login to merge, or discard this patch.
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.