Skip to content

Commit

Permalink
Add class constant visibility
Browse files Browse the repository at this point in the history
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
  • Loading branch information
MauricioFauth committed Feb 28, 2020
1 parent 73d1d0d commit 82aa8c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ShapeFile.php
Expand Up @@ -52,7 +52,7 @@
*/
class ShapeFile
{
const MAGIC = 0x270a;
public const MAGIC = 0x270a;

public $fileName;

Expand Down

0 comments on commit 82aa8c8

Please sign in to comment.