@@ -217,7 +217,7 @@ |
||
217 | 217 | } |
218 | 218 | } else { |
219 | 219 | throw new RequiredFieldException( |
220 | - sprintf( |
|
220 | + sprintf( |
|
221 | 221 | 'Either getter method "%s" or isser method "%s" is not found in %s.', |
222 | 222 | $getterMethodName, |
223 | 223 | $isserMethodName, |