Skip to content

Commit

Permalink
[TASK] Fix cgl (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
sypets authored Nov 28, 2024
1 parent b554742 commit 90992ec
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions Build/phpunit/FunctionalTestsBootstrap.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* This file is part of the TYPO3 CMS project.
*
Expand Down
1 change: 1 addition & 0 deletions Build/phpunit/UnitTestsBootstrap.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* This file is part of the TYPO3 CMS project.
*
Expand Down
7 changes: 7 additions & 0 deletions Documentation/guides.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<guides xmlns="https://www.phpdoc.org/guides" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://www.phpdoc.org/guides ../vendor/phpdocumentor/guides-cli/resources/schema/guides.xsd" links-are-relative="true">
<extension class="\T3Docs\Typo3DocsTheme\DependencyInjection\Typo3DocsThemeExtension" project-home="https://extensions.typo3.org/extension/brofix" project-contact="[email protected]" project-repository="https://github.com/sypets/brofix" project-issues="https://github.com/sypets/brofix/issues" edit-on-github-branch="main" edit-on-github="sypets/brofix" typo3-core-preferred="stable"/>
<project title="Broken Link Fixer" release="latest" version="latest" copyright="since 2000"/>
<inventory id="t3tca" url="https://docs.typo3.org/m/typo3/reference-tca/11.5/en-us/"/>
<inventory id="ext_scheduler" url="https://docs.typo3.org/c/typo3/cms-scheduler/main/en-us/"/>
</guides>
1 change: 1 addition & 0 deletions rector.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* copied from cp .Build/vendor/ssch/typo3-rector/templates/rector.php.dist for v11
* Documentation: https://github.com/sabbelasichon/typo3-rector/blob/main/docs/configuration_and_processing.md
Expand Down

0 comments on commit 90992ec

Please sign in to comment.