-
Notifications
You must be signed in to change notification settings - Fork 862
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #700 from mike42/development
Changes for release 2.1
- Loading branch information
Showing
34 changed files
with
242 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,15 +3,15 @@ | |
* This file is part of escpos-php: PHP receipt printer library for use with | ||
* ESC/POS-compatible thermal and impact printers. | ||
* | ||
* Copyright (c) 2014-16 Michael Billington < [email protected] >, | ||
* Copyright (c) 2014-18 Michael Billington < [email protected] >, | ||
* incorporating modifications by others. See CONTRIBUTORS.md for a full list. | ||
* | ||
* This software is distributed under the terms of the MIT license. See LICENSE.md | ||
* for details. | ||
*/ | ||
|
||
namespace Mike42\Escpos; | ||
|
||
use Mike42\Escpos\CodePage; | ||
use \InvalidArgumentException; | ||
|
||
/** | ||
|
@@ -108,7 +108,7 @@ class CapabilityProfile | |
* Construct new CapabilityProfile. | ||
* The encoding data must be loaded from disk before calling. | ||
* | ||
* @param unknown $profileId | ||
* @param string $profileId | ||
* ID of the profile | ||
* @param array $profileData | ||
* Profile data from disk. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,12 +3,13 @@ | |
* This file is part of escpos-php: PHP receipt printer library for use with | ||
* ESC/POS-compatible thermal and impact printers. | ||
* | ||
* Copyright (c) 2014-16 Michael Billington < [email protected] >, | ||
* Copyright (c) 2014-18 Michael Billington < [email protected] >, | ||
* incorporating modifications by others. See CONTRIBUTORS.md for a full list. | ||
* | ||
* This software is distributed under the terms of the MIT license. See LICENSE.md | ||
* for details. | ||
*/ | ||
|
||
namespace Mike42\Escpos; | ||
|
||
use \InvalidArgumentException; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,15 @@ | ||
<?php | ||
/** | ||
* This file is part of escpos-php: PHP receipt printer library for use with | ||
* ESC/POS-compatible thermal and impact printers. | ||
* | ||
* Copyright (c) 2014-18 Michael Billington < [email protected] >, | ||
* incorporating modifications by others. See CONTRIBUTORS.md for a full list. | ||
* | ||
* This software is distributed under the terms of the MIT license. See LICENSE.md | ||
* for details. | ||
*/ | ||
|
||
namespace Mike42\Escpos\Devices; | ||
|
||
use Mike42\Escpos\Printer; | ||
|
Oops, something went wrong.