We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7b3fde commit 29c3e2cCopy full SHA for 29c3e2c
src/SteveEdson/BitBar.php
@@ -9,7 +9,8 @@ public function newLine() {
9
}
10
11
public function divide() {
12
- (new BitBarLine())->show();
+ $_line = new BitBarLine();
13
+ $_line->show();
14
15
16
@@ -24,7 +25,7 @@ class BitBarLine {
24
25
protected $length;
26
protected $terminal;
27
protected $bash;
- protected $params = [];
28
+ protected $params = array();
29
protected $dropdown;
30
protected $image;
31
protected $imageIsTemplate = false;
0 commit comments