Skip to content

Commit

Permalink
feature: artifact support, remove class docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarlovi committed Oct 24, 2018
1 parent 6858fac commit 8c07e8e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
17 changes: 12 additions & 5 deletions src/ProcessManagerBundle/EventListener/ArtifactListener.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
<?php

declare(strict_types=1);
/**
* Process Manager.
*
* LICENSE
*
* This source file is subject to the GNU General Public License version 3 (GPLv3)
* For the full copyright and license information, please view the LICENSE.md and gpl-3.0.txt
* files that are distributed with this source code.
*
* @copyright Copyright (c) 2015-2017 Dominik Pfaffenbauer (https://www.pfaffenbauer.at)
* @license https://github.com/dpfaffenbauer/ProcessManager/blob/master/gpl-3.0.txt GNU General Public License version 3 (GPLv3)
*/

namespace ProcessManagerBundle\EventListener;

Expand All @@ -11,9 +21,6 @@
use ProcessManagerBundle\Model\ProcessInterface;
use ProcessManagerBundle\Monolog\ProcessLogEvent;

/**
* Class ArtifactListener.
*/
class ArtifactListener
{
private const METADATA_MARKER = 'process_manager.process';
Expand Down
3 changes: 0 additions & 3 deletions src/ProcessManagerBundle/Monolog/ProcessLogEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@

use Symfony\Component\EventDispatcher\Event;

/**
* Class ProcessLogEvent.
*/
class ProcessLogEvent extends Event
{
const PROCESS_LOG_EVENT = 'process_manager.process.log_event';
Expand Down

0 comments on commit 8c07e8e

Please sign in to comment.