Declare strict type.

This commit is contained in:
James Cole
2016-02-05 12:08:25 +01:00
parent 0bad227548
commit 8f7f263a48
258 changed files with 267 additions and 67 deletions

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types = 1);
/**
* ActionInterface.php
* Copyright (C) 2016 Sander Dorigo

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types = 1);
/**
* AddTag.php
* Copyright (C) 2016 Sander Dorigo

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types = 1);
/**
* AppendDescription.php
* Copyright (C) 2016 Sander Dorigo

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types = 1);
/**
* ClearBudget.php
* Copyright (C) 2016 Sander Dorigo

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types = 1);
/**
* ClearCategory.php
* Copyright (C) 2016 Sander Dorigo

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types = 1);
/**
* PrependDescription.php
* Copyright (C) 2016 Sander Dorigo

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types = 1);
/**
* RemoveAllTags.php
* Copyright (C) 2016 Sander Dorigo

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types = 1);
/**
* RemoveTag.php
* Copyright (C) 2016 Sander Dorigo

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types = 1);
/**
* SetBudget.php
* Copyright (C) 2016 Sander Dorigo

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types = 1);
/**
* SetCategory.php
* Copyright (C) 2016 Sander Dorigo

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types = 1);
/**
* SetDescription.php
* Copyright (C) 2016 Sander Dorigo