Skip to content
#

printer

Here are 420 public repositories matching this topic...

mike42
mike42 commented Feb 15, 2020

As PHP improves optional typing, we've been making use of it in this project, since it avoids the need to validate things extensively across the entire API surface.

Strict typing is being introduced here as well, which prevents type coercion, which can act in surprising ways.

declare(strict_types=1);

The following classes do not have this feature enabled, since it turns out w

Improve this page

Add a description, image, and links to the printer topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the printer topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.