Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksagona committed Jun 6, 2024
1 parent a4f4916 commit cf32a56
Show file tree
Hide file tree
Showing 102 changed files with 173 additions and 173 deletions.
4 changes: 2 additions & 2 deletions src/Build/AbstractCompiler.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
* @version 5.0.0
* @version 5.2.0
*/
abstract class AbstractCompiler implements CompilerInterface
{
Expand Down Expand Up @@ -340,4 +340,4 @@ abstract protected function prepareAnnotations(array $annotations, PdfObject\Pag
*/
abstract protected function preparePaths(array $paths, PdfObject\PageObject $pageObject): void;

}
}
4 changes: 2 additions & 2 deletions src/Build/AbstractParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
* @version 5.0.0
* @version 5.2.0
*/
abstract class AbstractParser implements ParserInterface
{
Expand Down Expand Up @@ -94,4 +94,4 @@ protected function getStreamType(string $stream): string
*/
abstract public function parse(mixed $pages = null): AbstractDocument;

}
}
2 changes: 1 addition & 1 deletion src/Build/Compiler.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
* @version 5.0.0
* @version 5.2.0
*/
class Compiler extends AbstractCompiler
{
Expand Down
4 changes: 2 additions & 2 deletions src/Build/CompilerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
* @version 5.0.0
* @version 5.2.0
*/
interface CompilerInterface
{
Expand Down Expand Up @@ -86,4 +86,4 @@ public function setDocument(Document\AbstractDocument $document): Compiler;
*/
public function finalize(Document\AbstractDocument $document): void;

}
}
4 changes: 2 additions & 2 deletions src/Build/Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
* @version 5.0.0
* @version 5.2.0
*/
class Exception extends \Exception {}
class Exception extends \Exception {}
2 changes: 1 addition & 1 deletion src/Build/Font/AbstractFont.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
* @version 5.0.0
* @version 5.2.0
*/
abstract class AbstractFont implements \ArrayAccess
{
Expand Down
4 changes: 2 additions & 2 deletions src/Build/Font/Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
* @version 5.0.0
* @version 5.2.0
*/
class Exception extends \Exception {}
class Exception extends \Exception {}
4 changes: 2 additions & 2 deletions src/Build/Font/Parser.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
* @version 5.0.0
* @version 5.2.0
*/
class Parser
{
Expand Down Expand Up @@ -393,4 +393,4 @@ protected function getGlyphWidthsFromCmap(TrueType\Table\Cmap $cmap): array
return $gw;
}

}
}
4 changes: 2 additions & 2 deletions src/Build/Font/Standard/AbstractStandard.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
* @version 5.0.0
* @version 5.2.0
*/
abstract class AbstractStandard
{
Expand Down Expand Up @@ -69,4 +69,4 @@ public function getGlyphWidth(int $code): mixed
}
}

}
}
4 changes: 2 additions & 2 deletions src/Build/Font/Standard/Arial.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
* @version 5.0.0
* @version 5.2.0
*/
class Arial extends AbstractStandard
{
Expand Down Expand Up @@ -208,4 +208,4 @@ class Arial extends AbstractStandard
0xb9 => 0x0139, 0x012b => 0x013a, 0x20ac => 0x013b
];

}
}
4 changes: 2 additions & 2 deletions src/Build/Font/Standard/ArialBold.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
* @version 5.0.0
* @version 5.2.0
*/
class ArialBold extends AbstractStandard
{
Expand Down Expand Up @@ -208,4 +208,4 @@ class ArialBold extends AbstractStandard
0xb9 => 0x0139, 0x012b => 0x013a, 0x20ac => 0x013b
];

}
}
4 changes: 2 additions & 2 deletions src/Build/Font/Standard/ArialBoldItalic.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
* @version 5.0.0
* @version 5.2.0
*/
class ArialBoldItalic extends AbstractStandard
{
Expand Down Expand Up @@ -208,4 +208,4 @@ class ArialBoldItalic extends AbstractStandard
0xb9 => 0x0139, 0x012b => 0x013a, 0x20ac => 0x013b
];

}
}
4 changes: 2 additions & 2 deletions src/Build/Font/Standard/ArialItalic.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
* @version 5.0.0
* @version 5.2.0
*/
class ArialItalic extends AbstractStandard
{
Expand Down Expand Up @@ -208,4 +208,4 @@ class ArialItalic extends AbstractStandard
0xb9 => 0x0139, 0x012b => 0x013a, 0x20ac => 0x013b
];

}
}
4 changes: 2 additions & 2 deletions src/Build/Font/Standard/Courier.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
* @version 5.0.0
* @version 5.2.0
*/
class Courier extends AbstractStandard
{
Expand Down Expand Up @@ -208,4 +208,4 @@ class Courier extends AbstractStandard
0xb9 => 0x0139, 0x012b => 0x013a, 0x20ac => 0x013b
];

}
}
4 changes: 2 additions & 2 deletions src/Build/Font/Standard/CourierBold.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
* @version 5.0.0
* @version 5.2.0
*/
class CourierBold extends AbstractStandard
{
Expand Down Expand Up @@ -208,4 +208,4 @@ class CourierBold extends AbstractStandard
0xb9 => 0x0139, 0x012b => 0x013a, 0x20ac => 0x013b
];

}
}
4 changes: 2 additions & 2 deletions src/Build/Font/Standard/CourierBoldOblique.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
* @version 5.0.0
* @version 5.2.0
*/
class CourierBoldOblique extends AbstractStandard
{
Expand Down Expand Up @@ -208,4 +208,4 @@ class CourierBoldOblique extends AbstractStandard
0xb9 => 0x0139, 0x012b => 0x013a, 0x20ac => 0x013b
];

}
}
4 changes: 2 additions & 2 deletions src/Build/Font/Standard/CourierOblique.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
* @version 5.0.0
* @version 5.2.0
*/
class CourierOblique extends AbstractStandard
{
Expand Down Expand Up @@ -208,4 +208,4 @@ class CourierOblique extends AbstractStandard
0xb9 => 0x0139, 0x012b => 0x013a, 0x20ac => 0x013b
];

}
}
4 changes: 2 additions & 2 deletions src/Build/Font/Standard/Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
* @version 5.0.0
* @version 5.2.0
*/
class Exception extends \Exception
{

}
}
4 changes: 2 additions & 2 deletions src/Build/Font/Standard/Helvetica.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
* @version 5.0.0
* @version 5.2.0
*/
class Helvetica extends AbstractStandard
{
Expand Down Expand Up @@ -208,4 +208,4 @@ class Helvetica extends AbstractStandard
0xb9 => 0x0139, 0x012b => 0x013a, 0x20ac => 0x013b
];

}
}
4 changes: 2 additions & 2 deletions src/Build/Font/Standard/HelveticaBold.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
* @version 5.0.0
* @version 5.2.0
*/
class HelveticaBold extends AbstractStandard
{
Expand Down Expand Up @@ -208,4 +208,4 @@ class HelveticaBold extends AbstractStandard
0xb9 => 0x0139, 0x012b => 0x013a, 0x20ac => 0x013b
];

}
}
4 changes: 2 additions & 2 deletions src/Build/Font/Standard/HelveticaBoldOblique.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
* @version 5.0.0
* @version 5.2.0
*/
class HelveticaBoldOblique extends AbstractStandard
{
Expand Down Expand Up @@ -208,4 +208,4 @@ class HelveticaBoldOblique extends AbstractStandard
0xb9 => 0x0139, 0x012b => 0x013a, 0x20ac => 0x013b
];

}
}
4 changes: 2 additions & 2 deletions src/Build/Font/Standard/HelveticaOblique.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
* @version 5.0.0
* @version 5.2.0
*/
class HelveticaOblique extends AbstractStandard
{
Expand Down Expand Up @@ -208,4 +208,4 @@ class HelveticaOblique extends AbstractStandard
0xb9 => 0x0139, 0x012b => 0x013a, 0x20ac => 0x013b
];

}
}
4 changes: 2 additions & 2 deletions src/Build/Font/Standard/StandardInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
* @version 5.0.0
* @version 5.2.0
*/
interface StandardInterface
{
Expand All @@ -41,4 +41,4 @@ public function getUnitsPerEm(): int;
*/
public function getGlyphWidth(int $code): mixed;

}
}
4 changes: 2 additions & 2 deletions src/Build/Font/Standard/Symbol.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
* @version 5.0.0
* @version 5.2.0
*/
class Symbol extends AbstractStandard
{
Expand Down Expand Up @@ -146,4 +146,4 @@ class Symbol extends AbstractStandard
0xf8fe => 0xbd, 0xf8ff => 0xbe
];

}
}
4 changes: 2 additions & 2 deletions src/Build/Font/Standard/TimesBold.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
* @version 5.0.0
* @version 5.2.0
*/
class TimesBold extends AbstractStandard
{
Expand Down Expand Up @@ -208,4 +208,4 @@ class TimesBold extends AbstractStandard
0xb9 => 0x0139, 0x012b => 0x013a, 0x20ac => 0x013b
];

}
}
4 changes: 2 additions & 2 deletions src/Build/Font/Standard/TimesBoldItalic.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
* @version 5.0.0
* @version 5.2.0
*/
class TimesBoldItalic extends AbstractStandard
{
Expand Down Expand Up @@ -208,4 +208,4 @@ class TimesBoldItalic extends AbstractStandard
0xb9 => 0x0139, 0x012b => 0x013a, 0x20ac => 0x013b
];

}
}
Loading

0 comments on commit cf32a56

Please sign in to comment.