Add newline to files

This commit is contained in:
James Cole
2019-08-17 12:09:03 +02:00
parent b53cbbe469
commit fc78c32fca
153 changed files with 243 additions and 125 deletions

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* BelongsUserTest.php
* Copyright (c) 2019 thegrumpydictator@gmail.com
@@ -346,4 +347,4 @@ class BelongsUserTest extends TestCase
}
}
}
}

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* IsAssetAccountIdTest.php
* Copyright (c) 2019 thegrumpydictator@gmail.com
@@ -83,4 +84,4 @@ class IsAssetAccountIdTest extends TestCase
$this->assertFalse($engine->passes($attribute, $value));
}
}
}

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* IsBooleanTest.php
* Copyright (c) 2019 thegrumpydictator@gmail.com
@@ -78,4 +79,4 @@ class IsBooleanTest extends TestCase
}
}
}
}

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* IsDateOrTimeTest.php
* Copyright (c) 2019 thegrumpydictator@gmail.com
@@ -74,4 +75,4 @@ class IsDateOrTimeTest extends TestCase
}
}
}

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* IsValidAttachmentModelTest.php
* Copyright (c) 2019 thegrumpydictator@gmail.com
@@ -165,4 +166,4 @@ class IsValidAttachmentModelTest extends TestCase
$this->assertFalse($engine->passes($attribute, $value));
}
}
}

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* UniqueIbanTest.php
* Copyright (c) 2019 thegrumpydictator@gmail.com
@@ -150,4 +151,4 @@ class UniqueIbanTest extends TestCase
$revenue->save();
}
}
}