This website works better with JavaScript.
Home
Explore
Help
Sign In
sharky555
/
Logchecker
Watch
1
Star
0
Fork
0
Code
Issues
6
Pull Requests
0
Releases
18
Wiki
Activity
Browse Source
fix lint error
tags/0.9.6
itismadness
4 years ago
parent
1acb227472
commit
0b6c0b40d8
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
src/Logchecker.php
+ 1
- 2
src/Logchecker.php
View File
@@ -332,8 +332,7 @@ class Logchecker
foreach ($Value as $KKey => $VValue) {
$this->log .= " {$KKey}: {$VValue}\n";
}
}
else {
} else {
if (is_bool($Value)) {
$Value = ($Value) ? 'true' : 'false';
}
Write
Preview
Loading…
Cancel
Save