Skip to content

Commit

Permalink
Adding declare(strict_types=1); for vip-go-ci.php
Browse files Browse the repository at this point in the history
  • Loading branch information
gudmdharalds committed Feb 1, 2022
1 parent b13ae82 commit 70eaaab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vip-go-ci.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/usr/bin/php
<?php

declare(strict_types=1);

/*
* Require requires.php which does the rest.
*
Expand Down

0 comments on commit 70eaaab

Please sign in to comment.