Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-13450

Type-hint return value of $phpbb_container->get()

    XMLWordPrintable

Details

    • Improvement
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Fixed
    • 3.1.2
    • 3.2.0-a1
    • None
    • None

    Description

      Type-hint the return value of $phpbb_container->get() to have IDE auto-completion.

      Example:

      compatibility_globals.php

      /* @var $cache phpbb\cache\service */
      $cache = $phpbb_container->get('cache');
      

      Attachments

        Activity

          People

            nicofuma nicofuma
            M.Gaetan89 M.Gaetan89 [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: