Skip to content

Commit 32d2abe

Browse files
committed
fix code style
1 parent 9a44161 commit 32d2abe

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/Translation.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ public function is($context, $original = '')
9999
*
100100
* @return self
101101
*/
102-
public function setDisabled($disabled) {
102+
public function setDisabled($disabled)
103+
{
103104
$this->disabled = (bool) $disabled;
104105

105106
return $this;

0 commit comments

Comments
 (0)