Skip to content

Commit 23b87e7

Browse files
author
Illia Sakovich
committed
wip
1 parent 0dfc90d commit 23b87e7

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

.gitignore

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
# IDE
21
.idea
3-
4-
# composer
52
vendor
63
composer.lock
7-
8-
# phpunit
94
/phpunit.xml
105
.phpunit.result.cache
6+
.php_cs.cache

.php_cs.cache

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/SharedData.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,7 @@ public function getJsHelperName(): string
146146
return $this->jsHelperName;
147147
}
148148

149-
public function setJsHelperName(string $jsHelperName)
150-
: self
149+
public function setJsHelperName(string $jsHelperName): self
151150
{
152151
$this->jsHelperName = $jsHelperName;
153152

0 commit comments

Comments
 (0)