Skip to content
Snippets Groups Projects

is needed

Merged Bartek Jaskulski requested to merge is-needed into main
1 unresolved thread
  • chore: remove composer.lock from commited files
  • feat: add support for conditional execution of migrations
  • chore: phpstan errors fixes
  • chore: add changelog

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
33 33 foreach ( $files as $file ) {
34 34 require_once $file;
35 35 $real_file = realpath( $file );
36 if ( ! $real_file ) {
36 if ( $real_file === false ) {
  • Bartek Jaskulski requested review from @erymik

    requested review from @erymik

  • mentioned in commit f585c763

  • Please register or sign in to reply
    Loading