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);
/**
* AmountExactly.php
* Copyright (C) 2016 Sander Dorigo

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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