Skip to content

Commit

Permalink
CS fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelwilliams committed Mar 7, 2020
1 parent 73c750c commit 7fd0904
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/RdataEncoder.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*/

namespace yswery\DNS;

use yswery\DNS\Resolver\ArrayRdata;

class RdataEncoder
Expand Down
2 changes: 1 addition & 1 deletion src/Resolver/ArrayRdata.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ public function __toString()
{
return $this->rdata->toText();
}
}
}
3 changes: 2 additions & 1 deletion src/Resolver/BindResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ class BindResolver extends AbstractResolver
* BindResolver constructor.
*
* @param array $files
*
* @throws ParseException
*/
public function __construct(array $files)
Expand Down Expand Up @@ -62,4 +63,4 @@ public static function convertResourceRecord(BadcowRR $badcowResourceRecord, boo

return $rr;
}
}
}

0 comments on commit 7fd0904

Please sign in to comment.