Skip to content

Commit 16eb103

Browse files
author
rawilk
committed
wip
1 parent de10794 commit 16eb103

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/basic-usage/printer.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,28 +32,28 @@ $printer->capabilities()
3232
## Trays
3333
If your printer and print driver support it, you can get a listing of your printer's available trays for use later:
3434

35-
```
36-
php$printer->trays()
35+
```php
36+
$printer->trays()
3737
```
3838

3939
## Printer status
4040
Your print server should return a text representation of your printer's current status:
4141

42-
```
43-
php$printer->status()
42+
```php
43+
$printer->status()
4444
```
4545

4646
You can also check if the printer is online via:
4747

48-
```
49-
php$printer->isOnline()
48+
```php
49+
$printer->isOnline()
5050
```
5151

5252
## Description
5353
If your printer has a description set on it, it can be retrieved via:
5454

55-
```
56-
php$printer->status()
55+
```php
56+
$printer->status()
5757
```
5858

5959
## Serialization

0 commit comments

Comments
 (0)