File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11/vendor /
22/composer.lock
3+ /report.txt
Original file line number Diff line number Diff line change 11<?php
22
3- require_once 'vendor/autoload.php ' ;
4-
53return \StubsGenerator \Finder::create ()
64 ->in ( array (
75 'source/vendor/freemius/wordpress-sdk/includes ' ,
3533 ->depth ('< 1 ' )
3634 ->path ('start.php ' )
3735 )
38- ->notPath ('source/vendor/freemius/wordpress-sdk/includes/ customizer ' )
39- ->notPath ('source/vendor/freemius/wordpress-sdk/includes/ debug ' )
36+ ->notPath ('customizer ' )
37+ ->notPath ('debug ' )
4038 ->sortByName (true )
4139;
Original file line number Diff line number Diff line change @@ -5052,9 +5052,9 @@ function is_migration()
50525052 * @param int $blog_id
50535053 *
50545054 * @return array {
5055- * @var bool $success
5056- * @var string $error
5057- * @var string $next_page
5055+ * @type bool $success
5056+ * @type string $error
5057+ * @type string $next_page
50585058 * }
50595059 *
50605060 * @uses Freemius::activate_license()
You can’t perform that action at this time.
0 commit comments