Skip to content

Conversation

@kenjis
Copy link
Member

@kenjis kenjis commented Mar 29, 2024

No description provided.

ping-yee and others added 30 commits January 28, 2024 13:56
It was added by mistake.
docs: add changelog and upgrade for v4.4.7
chore: update admin/prepare-release.php
style: Enable `phpdoc_list_type` fixer
vendor/bin/psalm --set-baseline=psalm-baseline.xml
The docstring for said method seems to be copied from `assertOK()` and left unchanged.
docs: fix docstring on `TestResponse.assertNotOk()`
ErrorException
Trying to access array offset on value of type bool
kenjis added 28 commits March 27, 2024 21:49
chore: add "config", "revert" to prlint.json
docs: add and update Autoloader descriptions
docs: small improvements to Time
docs: add commnets on Postgre::convertDSN()
fix: Time::difference() DST bug
fix: Model::set() does not accept object
We have code like this:
  throw PageNotFoundException::forMethodNotFound($this->method);
and
  public static function forMethodNotFound(string $method)
  {
      return new static(self::lang('HTTP.methodNotFound', [$method]));
  }
If Language throws an Exception, the first Exception will be hidden
in the error message.
It is better to use always \A and \z if you try to check a string.
Because `$` matches the end of a line, and matches a newline charactor.
Router does decode it, so Filters also should decode.
fix: Language, Router, and Filters
@kenjis kenjis mentioned this pull request Mar 29, 2024
5 tasks
@kenjis kenjis merged commit fd3da67 into master Mar 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.