Skip to content

Commit eb4d848

Browse files
committed
Should fix tests
1 parent 9bc4e72 commit eb4d848

File tree

2 files changed

+8
-14
lines changed

2 files changed

+8
-14
lines changed

downloads-get-instructions.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
$file = 'unknown';
33
$latestPhpVersion = '8.4';
44

5+
if (!isset($options)) {
6+
$options = [
7+
'os' => '',
8+
'usage' => '',
9+
'version' => '',
10+
];
11+
}
12+
513
if ($options['os'] === 'windows') {
614
if ($options['osvariant'] === 'windows-wsl-debian') {
715
$options['os'] = 'linux';

styles/theme-base.css

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -508,20 +508,6 @@ div.classsynopsisinfo_comment {
508508
margin-top:1.5rem;
509509
}
510510

511-
.phpcode {
512-
background-color: #FFF;
513-
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .15);
514-
border-radius: 0 0 2px 2px;
515-
overflow-x: auto;
516-
display: flex;
517-
align-items: center;
518-
width: 100%;
519-
height: 100%;
520-
padding: 0 1.5rem;
521-
box-sizing: border-box;
522-
margin: 0;
523-
}
524-
525511
.instructions {
526512
margin-bottom: 2rem;
527513
}

0 commit comments

Comments
 (0)