Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TASK] Fix cgl #409

Merged
merged 1 commit into from
Nov 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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