Skip to content

Instantly share code, notes, and snippets.

View ahmed-bhs's full-sized avatar
👽

Ahmed EBEN HASSINE 脳の流れ ahmed-bhs

👽
View GitHub Profile
@ahmed-bhs
ahmed-bhs / IriConverter.php
Created September 1, 2023 10:52 — forked from soyuka/IriConverter.php
Override IriConverter and allow an ApiResource to not have any item route associated with it.
<?php
/*
* This file is part of the API Platform project.
*
* (c) Kévin Dunglas <dunglas@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
<?php
/**
* @copyright Copyright (C) eZ Systems AS. All rights reserved.
* @license For full copyright and license information view LICENSE file distributed with this source code.
*/
declare(strict_types=1);
namespace EzSystems\EzPlatformPageBuilder\Security\EditorialMode;
Alors en ce qui concerne le plan, voici un ensemble de propositions par ville : (à savoir si on compte passer, une deux ou 3 jours)
=================================
Montpellier
=================================
1/ Endroit à visiter le jour d'arriver : Comédie + un petit dej au parc de Rive de lez (confirmé)
2/ Palaves flow la plage (confirmé) Je vais me rensigner sur les prix des pedals, planges, et kayk canoë.
si non ahowma les activités eli najmou na3mlouhom (se sont pas gratuites) https://www.tripadvisor.fr/Attractions-g644109-Activities-c55-Palavas_les_Flots_Herault_Occitanie.html
3/ XLuna Park de Carnon(ouvert tous les soirs, dès 20h et jusqu’à 1h) https://youtu.be/2kF242Nomhg
stages:
- composer_validate
- static_analysis
- tests
# overlay2 storage driver is more fast, default is vfs.
variables:
DOCKER_DRIVER: overlay2
cache:
paths:
- vendor/
stages:
- lint
- test
test:
stage: test
image: edbizarro/gitlab-ci-pipeline-php:7.4-alpine
script:
- composer install --prefer-dist --no-ansi --no-interaction --no-progress
phpstan:
<?php declare(strict_types=1);
namespace GA\Bundle\MonInstallateurBundle\Command;
use Doctrine\DBAL\Connection;
use Doctrine\DBAL\Driver\Statement;
use eZ\Publish\API\Repository\Repository;
use eZ\Publish\SPI\Persistence\Content\ContentInfo;
use eZ\Publish\SPI\Persistence\Content\Location\Handler;
use InvalidArgumentException;
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "80ca68d70fca35b2168260ecab0df0d6",
"packages": [
{
"name": "api-platform/core",
https://mon-installateur-fevfvwy-sg3wmy3qaqbxu.eu.platform.sh/
This file has been truncated, but you can view the full file.
-- Adminer 4.7.1 MySQL dump
SET NAMES utf8;
SET time_zone = '+00:00';
SET foreign_key_checks = 0;
SET sql_mode = 'NO_AUTO_VALUE_ON_ZERO';
SET NAMES utf8mb4;
DROP TABLE IF EXISTS `abstract_form`;
@ahmed-bhs
ahmed-bhs / a.js
Last active March 21, 2019 21:45
;(function($){
$('[name=tags]').tagify();
})(jQuery);