Skip to content

Instantly share code, notes, and snippets.

@event15
Last active January 15, 2016 10:50
Show Gist options
  • Save event15/0677a740b64e8c309ab3 to your computer and use it in GitHub Desktop.
Save event15/0677a740b64e8c309ab3 to your computer and use it in GitHub Desktop.
PHPSpec utworzył nam metodę factorize($argument1) w klasie PrimeFactors
<?php
namespace Kata;
class PrimeFactors
{
public function factorize($argument1)
{
return [];
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment