Skip to content
This repository was archived by the owner on Dec 10, 2024. It is now read-only.

Commit 6cd25b0

Browse files
committed
added PHP 7.4 to travis and fixed naming of some test classes. and fixed files header license tag.
1 parent 8cfdd89 commit 6cd25b0

30 files changed

+50
-56
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ cache:
55
php:
66
- 7.2
77
- 7.3
8+
- 7.4
89
- nightly
910
before_script:
1011
- composer install --prefer-dist

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2017 Abdulmohsen B. A. A.
1+
Copyright (c) 2019 Abdulmohsen B. A. A.
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

src/Error.php

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* This file is part of ( \arabcoders\errors ) project.
3+
* This file is part of ( @package \arabcoders\errors ) project.
44
*
55
* (c) 2017 ArabCoders Ltd.
66
*
@@ -551,13 +551,6 @@ protected function setupDefault() : ErrorInterface
551551
return $this;
552552
}
553553

554-
/**
555-
* Creates Universal Unique Identifier For Error.
556-
*
557-
* Implements UUIDv4.
558-
*
559-
* @return string
560-
*/
561554
protected function createUUID() : string
562555
{
563556
$version = 4;

src/ErrorMap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* This file is part of ( \arabcoders\errors ) project.
3+
* This file is part of ( @package \arabcoders\errors ) project.
44
*
55
* (c) 2017 ArabCoders Ltd.
66
*

src/Formatter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* This file is part of ( \arabcoders\errors ) project.
3+
* This file is part of ( @package \arabcoders\errors ) project.
44
*
55
* (c) 2017 ArabCoders Ltd.
66
*

src/Interfaces/ErrorInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* This file is part of ( \arabcoders\errors ) project.
3+
* This file is part of ( @package \arabcoders\errors ) project.
44
*
55
* (c) 2017 ArabCoders Ltd.
66
*

src/Interfaces/ErrorMapInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* This file is part of ( \arabcoders\errors ) project.
3+
* This file is part of ( @package \arabcoders\errors ) project.
44
*
55
* (c) 2017 ArabCoders Ltd.
66
*

src/Interfaces/FormatterInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* This file is part of ( \arabcoders\errors ) project.
3+
* This file is part of ( @package \arabcoders\errors ) project.
44
*
55
* (c) 2017 ArabCoders Ltd.
66
*

src/Interfaces/ListenerInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* This file is part of ( \arabcoders\errors ) project.
3+
* This file is part of ( @package \arabcoders\errors ) project.
44
*
55
* (c) 2017 ArabCoders Ltd.
66
*

src/Interfaces/MapInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* This file is part of ( \arabcoders\errors ) project.
3+
* This file is part of ( @package \arabcoders\errors ) project.
44
*
55
* (c) 2017 ArabCoders Ltd.
66
*

0 commit comments

Comments
 (0)