File tree 1 file changed +3
-15
lines changed
1 file changed +3
-15
lines changed Original file line number Diff line number Diff line change @@ -155,13 +155,13 @@ public static function appUUIDFormatNotValid(): self
155
155
/**
156
156
* Campaign format not valid.
157
157
*
158
- * @param mixed $campaignBeforeHydration
158
+ * @param mixed $interactionBeforeHydration
159
159
*
160
160
* @return InvalidFormatException
161
161
*/
162
- public static function campaignFormatNotValid ( $ campaignBeforeHydration ): self
162
+ public static function interactionFormatNotValid ( $ interactionBeforeHydration ): self
163
163
{
164
- return new static ('Campaign Format not valid. Expecting a Campaign serialized but found malformed data ' );
164
+ return new static ('Interaction Format not valid. Expecting an Interaction serialized but found malformed data ' );
165
165
}
166
166
167
167
/**
@@ -176,18 +176,6 @@ public static function changesFormatNotValid($changesBeforeHydration): self
176
176
return new static ('Changes Format not valid. Expecting a Changes serialized but found malformed data ' );
177
177
}
178
178
179
- /**
180
- * Boost clause format not valid.
181
- *
182
- * @param mixed $boostClauseBeforeHydration
183
- *
184
- * @return InvalidFormatException
185
- */
186
- public static function boostClauseFormatNotValid ($ boostClauseBeforeHydration ): self
187
- {
188
- return new static ('Boost clause Format not valid. Expecting a Boost clause serialized but found malformed data ' );
189
- }
190
-
191
179
/**
192
180
* Token uuid format not valid.
193
181
*
You can’t perform that action at this time.
0 commit comments