Update all isset()? to ??
All the old isset($var) ? $var : <other> have been changed to $var ?? <other>
This commit is contained in:
@@ -78,6 +78,9 @@ class ProgressBar
|
||||
)
|
||||
*/
|
||||
|
||||
// output strings
|
||||
public $prefix_message = '';
|
||||
|
||||
/**
|
||||
* progress bar constructor
|
||||
* @param integer $width progress bar width, default 0
|
||||
|
||||
Reference in New Issue
Block a user