-
Notifications
You must be signed in to change notification settings - Fork 11k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ReflectionException #1
Comments
That's odd. Any relevant bugs on PHP issue tracker? On Jan 10, 2013, at 7:41 PM, flaviozantut [email protected] wrote:
|
The problem was that the composer was not recreating autoloads files, changed permissions and now everything is Okay |
OK cool. |
Which permissions were changed? |
Even after regenerating files `composer dump-autoload' it's not working. |
Update QueryBuilder test per changes to exists()
This change will allow us to use ResilientStreamHandler from utilties…
Sort Application use statements alphabetically (after sorting by length)
Merge 5.7
Merge Master
laravel.WARNING: trim(): Passing null to parameter laravel#1 ($string) of type string is deprecated in /srv/api/vendor/laravel/lumen-framework/src/Routing/Router.php on line 151
Return false when $value is null. Avoid TypeError: json_validate(): Argument laravel#1 ($json) must be of type string, null given, when using symfony/polyfill-php83 in PHP < 8.3. Avoid deprecation warning: json_validate(): Passing null to parameter laravel#1 ($json) of type string is deprecated, when using PHP 8.3.
…#49474) * test: validateJson should return false when value is null Fails with Laravel Framework 10.38.2 in PHP < 8.3, introduced in #49413 * fix: validateJson should return false when value is null Return false when $value is null. Avoid TypeError: json_validate(): Argument #1 ($json) must be of type string, null given, when using symfony/polyfill-php83 in PHP < 8.3. Avoid deprecation warning: json_validate(): Passing null to parameter #1 ($json) of type string is deprecated, when using PHP 8.3. --------- Co-authored-by: Rogelio Jacinto <[email protected]>
* Rehash user passwords when validating credentials * Fix style violations * Remove hardcoded password when it's changable * Shift rehashing into SessionGuard The Session guard's attempt() method is a better place to apply rehashing than the validateCredentials() method on the provider. The latter shouldn't have side-effects, as per it's name. * Fix style violation * Add config option to disable rehashing on login * Clean up rehash flag injection * Fix contract in DatabaseUserProvider * Fixing return type in the docblocks * Use hash_equals() for a secure string comparison * formatting * formatting, leverage method on logoutOtherDevices * Fix spelling of passwords Co-authored-by: Chrysanthos <[email protected]> --------- Co-authored-by: Taylor Otwell <[email protected]> Co-authored-by: Chrysanthos <[email protected]>
In PHP5.4.9 all controllers get this error:
ReflectionException: Class TestController does not exist
But in PHP5.4.8 the same code runs successfully
The text was updated successfully, but these errors were encountered: