PHP code example of k00ni / todolo

1. Go to this page and download the library: Download k00ni/todolo library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

k00ni / todolo example snippets


return [
    'dirs_to_check' => [
        'src',
    ],
    // show
    'show_empty_dir' => false,
    'show_files_with_no_todos' => false,
    'show_no_files_info' => true,
];

return [
    'dirs_to_check' => [
        'src',
    ],
];

return [
    'show_empty_dir' => true,
];

return [
    'show_files_with_no_todos' => true,
];

return [
    'show_no_files_info' => true,
];

-----------------------------------------------------
tests/Integration/TodoFinderTest.php
-----------------------------------------------------
- TODO 1
- FIXME 2
- Foobar

-----------------------------------------------------
tests/Integration/Helper/OutputHelperTest.php
-----------------------------------------------------
No TODOs found.
-----------------------------------------------------