anonOperationNotAloneMessage() static public method

static public anonOperationNotAloneMessage ( )
 private function anonNotAlone($line, $column)
 {
     return FormattedError::create(LoneAnonymousOperation::anonOperationNotAloneMessage(), [new SourceLocation($line, $column)]);
 }