Laravel 5.6 updates
Travis config update Removed HHVM script as Laravel no longer support HHVM after releasing 5.3
This commit is contained in:
		| @@ -13,7 +13,11 @@ namespace DebugBar; | ||||
| interface RequestIdGeneratorInterface | ||||
| { | ||||
|     /** | ||||
|      * Generates a unique id for the current request | ||||
|      * Generates a unique id for the current request.  If called repeatedly, a new unique id must | ||||
|      * always be returned on each call to generate() - even across different object instances. | ||||
|      * | ||||
|      * To avoid any potential confusion in ID --> value maps, the returned value must be | ||||
|      * guaranteed to not be all-numeric. | ||||
|      * | ||||
|      * @return string | ||||
|      */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Manish Verma
					Manish Verma