Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: impresscms-dev/generate-phpdocs-with-clean-phpdoc-md-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.5
Choose a base ref
...
head repository: impresscms-dev/generate-phpdocs-with-clean-phpdoc-md-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.6
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 4, 2022

  1. Added 'trim' to classes list names for config

    I think this will fix such generated config files (extra line is not a correct one):
    ```
    return (object)array (
      'rootNamespace' => 'Imponeer\\Contracts\\Smarty\\',
      'destDirectory' => '/home/runner/work/_temp/new-wiki-89d52d29ae6ac19a5fa5d6fa5fb9a04b9e6f4b64-2609832018-1',
      'format' => 'github',
      'classes' => 
      array (
        0 => 'Imponeer\\Contracts\\Smarty\\Extension\\SmartyBlockInterface
    ',
        1 => 'Imponeer\\Contracts\\Smarty\\Extension\\SmartyCompilerInterface
    ',
        2 => 'Imponeer\\Contracts\\Smarty\\Extension\\SmartyExtensionInterface
    ',
        3 => 'Imponeer\\Contracts\\Smarty\\Extension\\SmartyFunctionInterface
    ',
        4 => 'Imponeer\\Contracts\\Smarty\\Extension\\SmartyModifierInterface
    ',
        5 => 'Imponeer\\Contracts\\Smarty\\Extension\\SmartyResourceInterface
    ',
        6 => 'Imponeer\\Contracts\\Smarty\\Filter\\SmartyFilterInterface
    ',
        7 => 'Imponeer\\Contracts\\Smarty\\Filter\\SmartyOutputFilterInterface
    ',
        8 => 'Imponeer\\Contracts\\Smarty\\Filter\\SmartyPostFilterInterface
    ',
        9 => 'Imponeer\\Contracts\\Smarty\\Filter\\SmartyPreFilterInterface',
      ),
    );
    ```
    MekDrop authored Jul 4, 2022
    Configuration menu
    Copy the full SHA
    eb32761 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from impresscms-dev/fix/Added-'trim'-to-classes…

    …-list-names-for-config
    
    Added 'trim' to classes list names for config
    fiammybe authored Jul 4, 2022
    Configuration menu
    Copy the full SHA
    4bee5df View commit details
    Browse the repository at this point in the history
Loading