Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

Commit

Permalink
Add missing strict file header (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Dec 14, 2019
2 parents bac5018 + 1096746 commit d755722
Show file tree
Hide file tree
Showing 14 changed files with 28 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Backend/Backend.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

/*
* (c) Christian Gripp <mail@core23.de>
*
Expand Down
2 changes: 2 additions & 0 deletions src/Manager/ServiceManager.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

/*
* (c) Christian Gripp <mail@core23.de>
*
Expand Down
2 changes: 2 additions & 0 deletions src/Manager/StaticServiceManager.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

/*
* (c) Christian Gripp <mail@core23.de>
*
Expand Down
2 changes: 2 additions & 0 deletions src/Service/AddThis.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

/*
* (c) Christian Gripp <mail@core23.de>
*
Expand Down
2 changes: 2 additions & 0 deletions src/Service/Buffer.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

/*
* (c) Christian Gripp <mail@core23.de>
*
Expand Down
2 changes: 2 additions & 0 deletions src/Service/Exception/FetchException.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

/*
* (c) Christian Gripp <mail@core23.de>
*
Expand Down
2 changes: 2 additions & 0 deletions src/Service/Facebook.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

/*
* (c) Christian Gripp <mail@core23.de>
*
Expand Down
2 changes: 2 additions & 0 deletions src/Service/Pinterest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

/*
* (c) Christian Gripp <mail@core23.de>
*
Expand Down
2 changes: 2 additions & 0 deletions src/Service/Reddit.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

/*
* (c) Christian Gripp <mail@core23.de>
*
Expand Down
2 changes: 2 additions & 0 deletions src/Service/Service.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

/*
* (c) Christian Gripp <mail@core23.de>
*
Expand Down
2 changes: 2 additions & 0 deletions src/Service/StumbleUpon.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

/*
* (c) Christian Gripp <mail@core23.de>
*
Expand Down
2 changes: 2 additions & 0 deletions src/Service/Vk.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

/*
* (c) Christian Gripp <mail@core23.de>
*
Expand Down
2 changes: 2 additions & 0 deletions src/Service/Xing.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

/*
* (c) Christian Gripp <mail@core23.de>
*
Expand Down
2 changes: 2 additions & 0 deletions tests/autoload.php.dist
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

/*
* (c) Christian Gripp <mail@core23.de>
*
Expand Down

0 comments on commit d755722

Please sign in to comment.