Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
Erase @uses statements
Browse files Browse the repository at this point in the history
Since PHP 5.3 the 'use' statement is used for declare dependencies.
  • Loading branch information
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ParameterObjectInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ public function __isset($key);
* @return void
*/
public function __unset($key);
}
}

0 comments on commit 05a70d3

Please sign in to comment.