Scrutinizer Auto-Fixer
f59b447603
Scrutinizer Auto-Fixes
...
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2015-08-13 15:32:44 +00:00
Ben Ramsey
e81568ea4f
Fix parse error caused by double "new" keyword
2015-07-28 11:28:07 -05:00
Ben Ramsey
a95140c25c
Remove PeclUuidFactory in favor of the new PeclUuid*Generator
2015-07-28 11:25:07 -05:00
Ben Ramsey
a06a01b07d
Clean up docblocks in Ramsey\Uuid\Uuid.
2015-07-22 21:28:38 +00:00
Ben Ramsey
a300a9dce1
Removing the VERSION constant
2015-07-16 12:57:05 -05:00
Ben Ramsey
9092d16213
Have UuidInterface extend from JsonSerializable and cover it with a test
2015-07-16 11:36:05 -05:00
Ben Ramsey
3f0ba1ed00
Move CodecInterface to the Codec namespace
2015-07-16 10:01:24 -05:00
Ben Ramsey
e006f669ad
Adding common docblock file header
2015-07-15 13:59:52 -05:00
Ben Ramsey
d67c3490a8
Change namespace to "Ramsey"; closes #48
2015-04-25 12:11:37 -05:00
Thibaud Fabre
34cc28cc30
Add more unit tests for Pecl-based factory
...
Do not try to install UUID ext in HHVM run
2014-12-29 22:00:36 +01:00
Thibaud Fabre
2873c1ad3f
Add tests for Pecl factory
2014-12-17 01:42:57 +01:00
Ben Ramsey
680fd794cb
Interfaces should have the suffix "Interface" in their names
2014-11-08 16:27:20 -05:00
Ben Ramsey
90fd1531d0
Fixing PSR2 standards violations reported by PHP_CodeSniffer
2014-11-08 15:50:04 -05:00
Ben Ramsey
cd2d09c356
Introduce Converter namespace and move Number and Time classes into it
2014-11-08 14:43:09 -05:00
Thibaud Fabre
cce58a0b8a
Fix doc comments and remove unneeded usings
2014-11-08 15:57:30 +01:00
Thibaud Fabre
ed06e0a84e
Remove unused code
2014-11-08 15:50:19 +01:00
Thibaud Fabre
c07988fe31
Refactor codecs to remove duplication
2014-11-08 15:00:58 +01:00
Thibaud Fabre
84123b2060
Remove all env related logic from factory
...
Defers all environment related decisions to factory initialization
All behavior is customizable through DI, but all deps are initialized to proper default instances
Removes static factory configuration
2014-11-08 12:41:40 +01:00
Thibaud Fabre
cd3e58b1f5
Refactor fromInteger method to use factory
2014-10-30 16:07:48 +01:00
Thibaud Fabre
653349f490
Remove final keyword (rebase error...)
2014-10-30 15:26:30 +01:00
Thibaud Fabre
fead6f3223
Refactor in the spirit of #1 & #34
2014-10-30 15:16:59 +01:00
Thibaud Fabre
723ef345bf
Refactor factory functions
...
Remove $littleEndian parameter
Add fromGuidString/Bytes factory methods for GUIDs
No longer possible to output GUIDs as UUIDs and vice-versa
Pass tests
2014-10-30 15:15:16 +01:00
Thibaud Fabre
13b3bf7ed9
Refactor from/toString methods to codecs
2014-10-30 15:15:16 +01:00
Thibaud Fabre
0650b46d0e
Remove non PHP 5.3 syntax
2014-10-30 15:13:45 +01:00
Thibaud Fabre
b28029fbc7
Add support for MS GUIDs
2014-10-30 15:13:45 +01:00
Ben Ramsey
750801f4f5
Fixing the copyright years to coincide with the first release
2014-10-30 01:05:28 -05:00
Ben Ramsey
e3d39bce99
Merge branch 'dvk/remove_final' of github.com:dvankley/uuid into dvankley-dvk/remove_final
...
Conflicts:
src/Uuid.php
2014-10-29 23:09:20 -05:00
Ben Ramsey
57b3ac7a78
Merge branch 'jsonserializable' of github.com:gdbots/uuid-php into gdbots-jsonserializable
2014-10-29 23:05:05 -05:00
Ben Ramsey
38801aa54d
Merge branch '2.8' into 3.0
2014-10-29 23:01:10 -05:00
Ben Ramsey
0e7e2b8043
Merge branch 'add-from-integer' of github.com:terrycorley/uuid into terrycorley-add-from-integer
2014-10-29 22:52:33 -05:00
Ben Ramsey
2189e9cd80
Merge branch 'master' into 2.8
2014-10-29 22:44:33 -05:00
Ben Ramsey
94b0103ef8
Setting version in master to 2.7.x-dev
2014-10-29 22:39:33 -05:00
Ben Ramsey
eb1d371067
Bumping the version number to 2.7.4
2014-10-29 22:36:49 -05:00
Gabriel Schmitt
02b97224f2
Fixing unused variable on byte generation loop.
2014-10-10 14:55:19 -03:00
Ben Ramsey
6af68ccfa1
Set package version to 3.0.x-dev
2014-09-02 15:11:56 -05:00
Ben Ramsey
0878935b71
Set package version to 2.8.x-dev
2014-09-02 15:11:33 -05:00
Ben Ramsey
fa84298c14
Setting version in master to 2.7.x-dev
2014-08-27 17:43:01 -05:00
Ben Ramsey
b976326ca5
Bumping the version number to 2.7.3
2014-08-27 17:39:41 -05:00
Beau Simensen
aed56786e1
Correct upper range for mt_rand.
2014-08-27 14:59:52 -05:00
Ben Ramsey
ccabc07c64
Bumping the version number to 2.7.2
2014-07-28 12:51:57 -05:00
Greg Brown
45c34cd709
require 5.4 and add JsonSerializable
2014-07-22 23:20:43 -07:00
Terry Corley
7fa0c32f8b
Adding static fromInteger method to create UUIDs from string integer or BigNumber, along with tests.
2014-07-14 18:44:11 -05:00
Dan van Kley
c7daee6c6a
Remove "final" keyword to allow extending
2014-04-07 11:14:56 -04:00
Pascal Borreli
4c52b8c392
Fixed typos
2014-03-06 02:05:57 +00:00
Ben Ramsey
c43be02bd9
Upgraded to PSR-4 autoloading
2014-02-21 18:35:01 -06:00