style: Форматирование
This commit is contained in:
parent
8941f5f102
commit
d692538163
9 changed files with 92 additions and 92 deletions
|
|
@ -146,12 +146,12 @@ class Setup
|
|||
|
||||
/**
|
||||
* Копирования файла
|
||||
* preserver - Не переписывать файл если он существует
|
||||
* preserve - Не переписывать файл если он существует
|
||||
* template Файл является шаблоном подставить параметры до копирования
|
||||
* src Исходный файл
|
||||
* dst Новый файл
|
||||
*
|
||||
* @param array{preserve: string, template: string, src: string, dst: string} $attributes
|
||||
* @param array{preserve?: string, template: string, src: string, dst: string} $attributes
|
||||
*/
|
||||
public function copyFile(array $attributes)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue