Skip to content

Commit

Permalink
Merge pull request #7 from gpslab/analysis-qvGnZN
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
peter-gribanov authored Feb 8, 2018
2 parents d1c21e6 + c7447ae commit 447befc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Stream/State/StreamState.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
class StreamState
{
const STATE_CREATED = 0;

const STATE_READY = 1;

const STATE_CLOSED = 2;

/**
Expand Down
6 changes: 6 additions & 0 deletions src/Url/Url.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,17 @@
class Url
{
const CHANGE_FREQ_ALWAYS = 'always';

const CHANGE_FREQ_HOURLY = 'hourly';

const CHANGE_FREQ_DAILY = 'daily';

const CHANGE_FREQ_WEEKLY = 'weekly';

const CHANGE_FREQ_MONTHLY = 'monthly';

const CHANGE_FREQ_YEARLY = 'yearly';

const CHANGE_FREQ_NEVER = 'never';

const DEFAULT_PRIORITY = '1.0';
Expand Down

0 comments on commit 447befc

Please sign in to comment.