Automatic pass to convert with php-cs-fixer

This commit is contained in:
2023-04-13 21:33:52 +02:00
parent 63b150a493
commit 0111c96f1d
105 changed files with 10478 additions and 8273 deletions

View File

@@ -1,19 +1,23 @@
<?php
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
/**
* DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
namespace Domframework;
/** Class used to display data
*/
/**
* Class used to display data
*/
class Output
{
/** Class used to display data
@param mixed $data The data to be displayed */
/**
* Class used to display data
* @param mixed $data The data to be displayed
*/
public function out($data)
{
throw new \Exception("No type of output selected");