akalongman / akalongman/sublimetext-codeformatter
Formatter removes method signature keyword
Đang mở
- Ngôn ngữ chính
- Python
- Star
- 772
- Fork
- 128
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
With this code
```
traitAppendQueryFilter($query, $filter);
}
protected function filterAttributes($attributes)
{
$fields = array_merge($this->fields, $this->langFields);
return array_intersect_key(
$attributes,
array_flip($fields)
);
}
}
```
formatter removes `protected` keywords.
When I remove trait use it works right.
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.