Skip to content

Commit

Permalink
fixed wrong php-doc for previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
divineniiquaye committed May 1, 2020
1 parent 7aed33d commit f6256e0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
6 changes: 3 additions & 3 deletions src/Bridges/templates/EventPanel.panel.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ declare(strict_types=1);
*
* PHP version 7 and above required
*
* @category SecurityManager
* @category EventManager
*
* @author Divine Niiquaye Ibok <[email protected]>
* @copyright 2019 Biurad Group (https://biurad.com/)
* @license https://opensource.org/licenses/BSD-3-Clause License
*
* @link https://www.biurad.com/projects/securitymanager
* @link https://www.biurad.com/projects/eventmanager
* @since Version 0.1
*/

namespace BiuradPHP\Security\Bridges;
namespace BiuradPHP\Events\Bridges;

use Tracy\Helpers;

Expand Down
17 changes: 12 additions & 5 deletions src/Bridges/templates/EventPanel.tab.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,26 @@ declare(strict_types=1);
*
* PHP version 7 and above required
*
* @category SecurityManager
* @category EventManager
*
* @author Divine Niiquaye Ibok <[email protected]>
* @copyright 2019 Biurad Group (https://biurad.com/)
* @license https://opensource.org/licenses/BSD-3-Clause License
*
* @link https://www.biurad.com/projects/securitymanager
* @link https://www.biurad.com/projects/eventmanager
* @since Version 0.1
*/

namespace BiuradPHP\Security\Bridges;
namespace BiuradPHP\Events\Bridges;

?>
<span title="Events">
<img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEASURBVEhL7ZXNDcIwDIVTsRBH1uDQDdquUA6IM1xgCA6MwJUN2hk6AQzAz0vl0ETUxC5VT3zSU5w81/mRMGZysixbFEVR0jSKNt8geQU9aRpFmp/keX6AbjZ5oB74vsaN5lSzA4tLSjpBFxsjeSuRy4d2mDdQTWU7YLbXTNN05mKyovj5KL6B7q3hoy3KwdZxBlT+Ipz+jPHrBqOIynZgcZonoukb/0ckiTHqNvDXtXEAaygRbaB9FvUTjRUHsIYS0QaSp+Dw6wT4hiTmYHOcYZsdLQ2CbXa4ftuuYR4x9vYZgdb4vsFYUdmABMYeukK9/SUme3KMFQ77+Yfzh8eYF8+orDuDWU5LAAAAAElFTkSuQmCC" alt="events">
<style>
.eventPanel object {
height: 19px !important;
display: flex;
}
</style>

<span title="Events" class="eventPanel">
<object data="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEASURBVEhL7ZXNDcIwDIVTsRBH1uDQDdquUA6IM1xgCA6MwJUN2hk6AQzAz0vl0ETUxC5VT3zSU5w81/mRMGZysixbFEVR0jSKNt8geQU9aRpFmp/keX6AbjZ5oB74vsaN5lSzA4tLSjpBFxsjeSuRy4d2mDdQTWU7YLbXTNN05mKyovj5KL6B7q3hoy3KwdZxBlT+Ipz+jPHrBqOIynZgcZonoukb/0ckiTHqNvDXtXEAaygRbaB9FvUTjRUHsIYS0QaSp+Dw6wT4hiTmYHOcYZsdLQ2CbXa4ftuuYR4x9vYZgdb4vsFYUdmABMYeukK9/SUme3KMFQ77+Yfzh8eYF8+orDuDWU5LAAAAAElFTkSuQmCC" type="image/png"></object>
</span>

0 comments on commit f6256e0

Please sign in to comment.